mirror of
https://github.com/curl/curl.git
synced 2026-08-13 18:41:16 +03:00
fix compiler warning
This commit is contained in:
parent
4e4f33a297
commit
59dc9085d1
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue