From d6eca8922960f2e3bf2cd07eef3eebbdb7ee265a Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sun, 25 Mar 2007 01:59:52 +0000 Subject: fix compiler warning --- lib/hostip4.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/hostip4.c') diff --git a/lib/hostip4.c b/lib/hostip4.c index d2cd81911..d092d2718 100644 --- a/lib/hostip4.c +++ b/lib/hostip4.c @@ -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 */ -- cgit v1.2.3