diff options
| author | Yang Tse <yangsita@gmail.com> | 2010-02-05 19:24:22 +0000 | 
|---|---|---|
| committer | Yang Tse <yangsita@gmail.com> | 2010-02-05 19:24:22 +0000 | 
| commit | 880452d2edbeb3b42fd2c8794b045b3cc640a255 (patch) | |
| tree | 0ea8f6b8ed1dd70c910901630899a104d9c14763 | |
| parent | e3009f2950b2f6b778a6e0daf4466d6ec9132ed2 (diff) | |
fix compiler warning
| -rw-r--r-- | tests/libtest/lib526.c | 4 | 
1 files changed, 3 insertions, 1 deletions
| 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 */ | 
