https tests: mute compiler warning on old systems

This commit is contained in:
Evgeny Grin (Karlson2k)
2021-12-13 21:07:44 +03:00
parent 9a6ebcd612
commit 5eae5d9ba2
@@ -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 */
}