mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
https tests: mute compiler warning on old systems
This commit is contained in:
@@ -231,6 +231,7 @@ main (int argc, char *const *argv)
|
||||
return errorCount != 0 ? 1 : 0;
|
||||
#else /* LIBCURL_VERSION_NUM < 0x072200 */
|
||||
(void) argc; (void) argv; /* Unused. Silent compiler warning. */
|
||||
(void) query_session_ahc; /* Mute compiler warning */
|
||||
return 77;
|
||||
#endif /* LIBCURL_VERSION_NUM < 0x072200 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user