1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31:46 -05:00

compiler warning fix

This commit is contained in:
Yang Tse 2007-02-20 14:26:15 +00:00
parent be3c5f0b94
commit 8c0b1dc3c5

View File

@ -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;