Commit d22b2d18 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Fixed a compiler warning with --disable-proxy

parent 5a9bbf63
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -606,6 +606,10 @@ http_output_auth(struct connectdata *conn,
        authproxy->multi = FALSE;
    }
  else
#else
  (void)request;
  (void)path;
  (void)proxytunnel;
#endif /* CURL_DISABLE_PROXY */
    /* we have no proxy so let's pretend we're done authenticating
       with it */