From: Gisle Vanem Date: Wed, 28 Mar 2007 04:44:14 +0000 (+0000) Subject: Fix compiler warning. X-Git-Tag: curl-7_16_2~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a0a7ce3a8db1dd9db36e2858e64f8d80c1f950f;p=thirdparty%2Fcurl.git Fix compiler warning. --- diff --git a/lib/url.c b/lib/url.c index 95eab6da12..3eec1ccad5 100644 --- a/lib/url.c +++ b/lib/url.c @@ -2553,6 +2553,9 @@ static void fix_hostname(struct SessionHandle *data, (void)data; /* never used */ (void)conn; /* never used */ #endif +#ifdef CURL_DISABLE_VERBOSE_STRINGS + (void)conn; /* never used */ +#endif } /*