From a914b817745bd08ba92b9082e31b7fe1124b44bf Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Nov 17 2020 06:10:41 +0000 Subject: remove one comment --- diff --git a/xscreensaver-5.44-0211-Clean-up-some-warnings-from-cppcheck.patch b/xscreensaver-5.44-0211-Clean-up-some-warnings-from-cppcheck.patch index 26f3073..e7446f6 100644 --- a/xscreensaver-5.44-0211-Clean-up-some-warnings-from-cppcheck.patch +++ b/xscreensaver-5.44-0211-Clean-up-some-warnings-from-cppcheck.patch @@ -6,7 +6,6 @@ Subject: [PATCH] Clean up some warnings from cppcheck: hacks/analogtv.c:650:11: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition] hacks/asm6502.c:2119:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] hacks/bsod.c:4599:15: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition] -hacks/bsod.c:3073:27: style: Modulo of one is always equal to zero [moduloofone] hacks/delaunay.c:208:16: error: Common realloc mistake: 'edges' nulled but not freed upon failure [memleakOnRealloc] hacks/glx/esper.c:642:15: warning: Either the condition '!sp' is redundant or there is possible null pointer dereference: sp. [nullPointerRedundantCheck] hacks/glx/sonar-icmp.c:1734:7: warning: Either the condition 'if(pd)' is redundant or there is possible null pointer dereference: pd. [nullPointerRedundantCheck]