diff options
Diffstat (limited to 'src/microhttpd/test_http_reasons.c')
-rw-r--r-- | src/microhttpd/test_http_reasons.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microhttpd/test_http_reasons.c b/src/microhttpd/test_http_reasons.c index 1a78e2c6..a4dab63a 100644 --- a/src/microhttpd/test_http_reasons.c +++ b/src/microhttpd/test_http_reasons.c | |||
@@ -121,6 +121,8 @@ static int test_5xx(void) | |||
121 | int main(int argc, char * argv[]) | 121 | int main(int argc, char * argv[]) |
122 | { | 122 | { |
123 | int errcount = 0; | 123 | int errcount = 0; |
124 | (void)argc; (void)argv; /* Unused. Silent compiler warning. */ | ||
125 | |||
124 | errcount += test_absent_codes(); | 126 | errcount += test_absent_codes(); |
125 | errcount += test_1xx(); | 127 | errcount += test_1xx(); |
126 | errcount += test_2xx(); | 128 | errcount += test_2xx(); |