Skip to content
Snippets Groups Projects
Commit 5da7461a authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa Committed by Jay Satiro
Browse files

url: Fix compile error with --enable-werror

parent b019af41
No related branches found
No related tags found
No related merge requests found
......@@ -3786,6 +3786,8 @@ static void free_fixed_hostname(struct hostname *host)
free(host->encalloc); /* must be freed withidn_free() since this was
allocated by curl_win32_idn_to_ascii */
host->encalloc = NULL;
#else
(void)host;
#endif
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment