mirror of
https://github.com/curl/curl.git
synced 2025-03-13 15:37:04 +08:00
prevent a compiler warning
This commit is contained in:
parent
62082293c5
commit
89cac6f25c
@ -3599,6 +3599,7 @@ CURLcode Curl_async_resolved(struct connectdata *conn,
|
||||
return code;
|
||||
#else
|
||||
(void)conn;
|
||||
(void)protocol_done;
|
||||
return CURLE_OK;
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user