mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:01:40 +03:00
fix compiler warning
This commit is contained in:
parent
e3009f2950
commit
880452d2ed
1 changed files with 3 additions and 1 deletions
|
|
@ -215,7 +215,9 @@ int test(char *URL)
|
|||
res = TEST_ERR_RUNS_FOREVER;
|
||||
}
|
||||
|
||||
/* test_cleanup: */
|
||||
#ifdef LIB532
|
||||
test_cleanup:
|
||||
#endif
|
||||
|
||||
#ifndef LIB527
|
||||
/* get NUM_HANDLES easy handles */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue