mirror of
https://github.com/curl/curl.git
synced 2025-09-21 19:42:42 +03:00
Fix compiler warning.
This commit is contained in:
parent
31b1e988f4
commit
8a0a7ce3a8
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user