Fix compiler warning.

This commit is contained in:
Gisle Vanem 2007-03-28 04:44:14 +00:00
parent 31b1e988f4
commit 8a0a7ce3a8
1 changed files with 3 additions and 0 deletions

View File

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