mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:51:42 +03:00
fix compiler warning
This commit is contained in:
parent
2bd1d7e996
commit
d6eca89229
3 changed files with 42 additions and 18 deletions
|
|
@ -129,6 +129,10 @@ Curl_addrinfo *Curl_getaddrinfo(struct connectdata *conn,
|
|||
in_addr_t in;
|
||||
struct hostent *buf = NULL;
|
||||
|
||||
#ifdef CURL_DISABLE_VERBOSE_STRINGS
|
||||
(void)conn;
|
||||
#endif
|
||||
|
||||
(void)port; /* unused in IPv4 code */
|
||||
|
||||
*waitp = 0; /* don't wait, we act synchronously */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue