mirror of
https://github.com/curl/curl.git
synced 2026-04-27 01:32:11 +03:00
Fix compiler warning.
This commit is contained in:
parent
31b1e988f4
commit
8a0a7ce3a8
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue