compiler warning fix
This commit is contained in:
@@ -75,7 +75,9 @@ CURLcode Curl_getinfo(struct SessionHandle *data, CURLINFO info, ...)
|
|||||||
double *param_doublep=NULL;
|
double *param_doublep=NULL;
|
||||||
char **param_charp=NULL;
|
char **param_charp=NULL;
|
||||||
struct curl_slist **param_slistp=NULL;
|
struct curl_slist **param_slistp=NULL;
|
||||||
|
#ifdef MSG_PEEK
|
||||||
char buf;
|
char buf;
|
||||||
|
#endif
|
||||||
|
|
||||||
if(!data)
|
if(!data)
|
||||||
return CURLE_BAD_FUNCTION_ARGUMENT;
|
return CURLE_BAD_FUNCTION_ARGUMENT;
|
||||||
|
|||||||
Reference in New Issue
Block a user