]> granicus.if.org Git - curl/commitdiff
Fix compiler warning.
authorGisle Vanem <gvanem@broadpark.no>
Wed, 28 Mar 2007 04:44:14 +0000 (04:44 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Wed, 28 Mar 2007 04:44:14 +0000 (04:44 +0000)
lib/url.c

index 95eab6da12a918e481aaf56b3ced54d160348fbe..3eec1ccad5fdfdc1637c952de7b1aaec32df89f9 100644 (file)
--- 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
 }
 
 /*