From 880452d2edbeb3b42fd2c8794b045b3cc640a255 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 5 Feb 2010 19:24:22 +0000 Subject: [PATCH] fix compiler warning --- tests/libtest/lib526.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/libtest/lib526.c b/tests/libtest/lib526.c index c68e19b6d..89fddbc51 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 */