Loading lib/checksrc.pl +2 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,8 @@ my %warnings = ( 'UNUSEDIGNORE' => 'a warning ignore was not used', 'OPENCOMMENT' => 'file ended with a /* comment still "open"', 'ASTERISKSPACE' => 'pointer declared with space after asterisk', 'ASTERISKNOSPACE' => 'pointer declared without space before asterisk' 'ASTERISKNOSPACE' => 'pointer declared without space before asterisk', 'ASSIGNWITHINCONDITION' => 'assignment within conditional expression' ); sub readwhitelist { Loading tests/libtest/test.h +2 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,8 @@ * ***************************************************************************/ /* !checksrc! disable ASSIGNWITHINCONDITION all */ /* Now include the curl_setup.h file from libcurl's private libdir (the source version, but that might include "curl_config.h" from the build dir so we need both of them in the include path), so that we get good in-depth Loading src/tool_hugehelp.c.cvs +1 −1 File changed.Contains only whitespace changes. Show changes tests/server/util.h +1 −1 File changed.Contains only whitespace changes. Show changes Loading
lib/checksrc.pl +2 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,8 @@ my %warnings = ( 'UNUSEDIGNORE' => 'a warning ignore was not used', 'OPENCOMMENT' => 'file ended with a /* comment still "open"', 'ASTERISKSPACE' => 'pointer declared with space after asterisk', 'ASTERISKNOSPACE' => 'pointer declared without space before asterisk' 'ASTERISKNOSPACE' => 'pointer declared without space before asterisk', 'ASSIGNWITHINCONDITION' => 'assignment within conditional expression' ); sub readwhitelist { Loading
tests/libtest/test.h +2 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,8 @@ * ***************************************************************************/ /* !checksrc! disable ASSIGNWITHINCONDITION all */ /* Now include the curl_setup.h file from libcurl's private libdir (the source version, but that might include "curl_config.h" from the build dir so we need both of them in the include path), so that we get good in-depth Loading