fix compiler warning

This commit is contained in:
Yang Tse 2007-03-25 01:59:52 +00:00
parent 2bd1d7e996
commit d6eca89229
3 changed files with 42 additions and 18 deletions

View file

@ -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 */