prevent a compiler warning

This commit is contained in:
Daniel Stenberg 2005-02-09 22:47:57 +00:00
parent 62082293c5
commit 89cac6f25c
1 changed files with 1 additions and 0 deletions

View File

@ -3599,6 +3599,7 @@ CURLcode Curl_async_resolved(struct connectdata *conn,
return code;
#else
(void)conn;
(void)protocol_done;
return CURLE_OK;
#endif
}