1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Fix compiler warning.

This commit is contained in:
Gisle Vanem 2007-03-28 04:44:14 +00:00
parent 31b1e988f4
commit 8a0a7ce3a8

View File

@ -2553,6 +2553,9 @@ static void fix_hostname(struct SessionHandle *data,
(void)data; /* never used */ (void)data; /* never used */
(void)conn; /* never used */ (void)conn; /* never used */
#endif #endif
#ifdef CURL_DISABLE_VERBOSE_STRINGS
(void)conn; /* never used */
#endif
} }
/* /*