From: Daniel Stenberg Date: Wed, 5 Dec 2007 11:10:24 +0000 (+0000) Subject: fix compiler warning X-Git-Tag: curl-7_18_0~191 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59dc9085d15fc069798eef92e41e4c72838ed990;p=thirdparty%2Fcurl.git fix compiler warning --- diff --git a/tests/libtest/lib547.c b/tests/libtest/lib547.c index ffd79df6d0..0513911d6b 100644 --- a/tests/libtest/lib547.c +++ b/tests/libtest/lib547.c @@ -16,6 +16,7 @@ #define UPLOADTHIS "this is the blurb we want to upload\n" +#ifndef LIB548 static size_t readcallback(void *ptr, size_t size, size_t nmemb, @@ -28,6 +29,7 @@ static size_t readcallback(void *ptr, } return 0; } +#endif int test(char *URL) {