fix compiler warning
authorDaniel Stenberg <daniel@haxx.se>
Wed, 5 Dec 2007 11:10:24 +0000 (11:10 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 5 Dec 2007 11:10:24 +0000 (11:10 +0000)
tests/libtest/lib547.c

index ffd79df..0513911 100644 (file)
@@ -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)
 {