aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_shutdown_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_shutdown_select.c')
-rw-r--r--src/microhttpd/test_shutdown_select.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/test_shutdown_select.c b/src/microhttpd/test_shutdown_select.c
index e3cd0249..e8942c0b 100644
--- a/src/microhttpd/test_shutdown_select.c
+++ b/src/microhttpd/test_shutdown_select.c
@@ -286,6 +286,7 @@ main (int argc, char *const *argv)
286#endif /* MHD_WINSOCK_SOCKETS */ 286#endif /* MHD_WINSOCK_SOCKETS */
287 bool test_poll; 287 bool test_poll;
288 bool must_ignore; 288 bool must_ignore;
289 (void)argc; /* Unused. Silent compiler warning. */
289 290
290 test_poll = has_in_name(argv[0], "_poll"); 291 test_poll = has_in_name(argv[0], "_poll");
291 must_ignore = has_in_name(argv[0], "_ignore"); 292 must_ignore = has_in_name(argv[0], "_ignore");