diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-12-05 11:10:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-12-05 11:10:24 +0000 |
commit | 59dc9085d15fc069798eef92e41e4c72838ed990 (patch) | |
tree | a6bfd9bb10cf15df48e4a907139afc5918f12444 /tests/libtest/lib547.c | |
parent | 4e4f33a2970b69d7329ae23f87867febd1fecadf (diff) | |
download | curl-59dc9085d15fc069798eef92e41e4c72838ed990.tar.gz |
fix compiler warning
Diffstat (limited to 'tests/libtest/lib547.c')
-rw-r--r-- | tests/libtest/lib547.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/libtest/lib547.c b/tests/libtest/lib547.c index ffd79df6d..0513911d6 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) { |