mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
compiler warning fix
This commit is contained in:
parent
be3c5f0b94
commit
8c0b1dc3c5
@ -75,7 +75,9 @@ CURLcode Curl_getinfo(struct SessionHandle *data, CURLINFO info, ...)
|
||||
double *param_doublep=NULL;
|
||||
char **param_charp=NULL;
|
||||
struct curl_slist **param_slistp=NULL;
|
||||
#ifdef MSG_PEEK
|
||||
char buf;
|
||||
#endif
|
||||
|
||||
if(!data)
|
||||
return CURLE_BAD_FUNCTION_ARGUMENT;
|
||||
|
Loading…
x
Reference in New Issue
Block a user