mirror of
https://github.com/curl/curl.git
synced 2026-06-16 02:05:38 +03:00
prevent a compiler warning
This commit is contained in:
parent
62082293c5
commit
89cac6f25c
1 changed files with 1 additions and 0 deletions
|
|
@ -3599,6 +3599,7 @@ CURLcode Curl_async_resolved(struct connectdata *conn,
|
|||
return code;
|
||||
#else
|
||||
(void)conn;
|
||||
(void)protocol_done;
|
||||
return CURLE_OK;
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue