mirror of
https://github.com/curl/curl.git
synced 2026-07-23 19:27:17 +03: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
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue