diff options
Diffstat (limited to 'src/microhttpd/test_str_token.c')
-rw-r--r-- | src/microhttpd/test_str_token.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/test_str_token.c b/src/microhttpd/test_str_token.c index 464cc7a5..15f3f406 100644 --- a/src/microhttpd/test_str_token.c +++ b/src/microhttpd/test_str_token.c | |||
@@ -111,6 +111,7 @@ int check_not_match(void) | |||
111 | int main(int argc, char * argv[]) | 111 | int main(int argc, char * argv[]) |
112 | { | 112 | { |
113 | int errcount = 0; | 113 | int errcount = 0; |
114 | (void)argc; (void)argv; /* Unused. Silent compiler warning. */ | ||
114 | errcount += check_match(); | 115 | errcount += check_match(); |
115 | errcount += check_not_match(); | 116 | errcount += check_not_match(); |
116 | return errcount == 0 ? 0 : 1; | 117 | return errcount == 0 ? 0 : 1; |