Skip to content
Snippets Groups Projects
Commit 8c0b1dc3 authored by Yang Tse's avatar Yang Tse
Browse files

compiler warning fix

parent be3c5f0b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment