From: Yang Tse Date: Fri, 5 Feb 2010 19:24:22 +0000 (+0000) Subject: fix compiler warning X-Git-Tag: curl-7_20_0~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=880452d2edbeb3b42fd2c8794b045b3cc640a255;p=thirdparty%2Fcurl.git fix compiler warning --- diff --git a/tests/libtest/lib526.c b/tests/libtest/lib526.c index c68e19b6d1..89fddbc51d 100644 --- a/tests/libtest/lib526.c +++ b/tests/libtest/lib526.c @@ -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 */