Commit 8a0a7ce3 authored by Gisle Vanem's avatar Gisle Vanem
Browse files

Fix compiler warning.

parent 31b1e988
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
}

/*