aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2007-03-28 04:44:14 +0000
committerGisle Vanem <gvanem@broadpark.no>2007-03-28 04:44:14 +0000
commit8a0a7ce3a8db1dd9db36e2858e64f8d80c1f950f (patch)
tree822a58c5c3273924773394063b9edf556882054e
parent31b1e988f422d47c0c1726c0acbc60004fdae39d (diff)
Fix compiler warning.
-rw-r--r--lib/url.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/url.c b/lib/url.c
index 95eab6da1..3eec1ccad 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
}
/*