mirror of
https://github.com/curl/curl.git
synced 2025-09-21 11:32:41 +03:00
url: Fix compile error with --enable-werror
This commit is contained in:
parent
b019af41e7
commit
5da7461a55
|
@ -3786,6 +3786,8 @@ static void free_fixed_hostname(struct hostname *host)
|
||||||
free(host->encalloc); /* must be freed withidn_free() since this was
|
free(host->encalloc); /* must be freed withidn_free() since this was
|
||||||
allocated by curl_win32_idn_to_ascii */
|
allocated by curl_win32_idn_to_ascii */
|
||||||
host->encalloc = NULL;
|
host->encalloc = NULL;
|
||||||
|
#else
|
||||||
|
(void)host;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user