Commit 35ab93f4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fix_hostname() now (void)s the conn argument to prevent warnings on non-idn

enabled builds
parent dcf5e52b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2004,6 +2004,8 @@ static void fix_hostname(struct connectdata *conn, struct hostname *host)
      host->name = host->encalloc;
    }
  }
#else
  (void)conn; /* never used */
#endif
}