mirror of
https://github.com/lammertb/libhttp.git
synced 2025-12-22 04:02:04 +03:00
Set #ifdef for unused variable
This commit is contained in:
@@ -1124,7 +1124,7 @@ Suite *make_public_server_suite(void)
|
||||
suite_add_tcase(suite, startstophttp);
|
||||
|
||||
tcase_add_test(startstophttps, test_mg_start_stop_https_server);
|
||||
tcase_set_timeout(startstophttps, 10);
|
||||
tcase_set_timeout(startstophttps, 10);
|
||||
suite_add_tcase(suite, startstophttps);
|
||||
|
||||
tcase_add_test(serverrequests, test_request_handlers);
|
||||
|
||||
Reference in New Issue
Block a user