mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
unit2600: avoid error: ‘TEST_CASES’ defined but not used
Follow-up to d55de24dce
Closes #10379
This commit is contained in:
parent
f1f8acb3b9
commit
b1e8cd52d9
@ -352,7 +352,9 @@ UNITTEST_START
|
||||
for(i = 0; i < sizeof(TEST_CASES)/sizeof(TEST_CASES[0]); ++i) {
|
||||
test_connect(&TEST_CASES[i]);
|
||||
}
|
||||
|
||||
#else
|
||||
(void)TEST_CASES;
|
||||
(void)test_connect;
|
||||
#endif
|
||||
|
||||
UNITTEST_STOP
|
||||
|
Loading…
Reference in New Issue
Block a user