1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

Fixed a compiler warning with --disable-proxy

This commit is contained in:
Dan Fandrich 2008-10-22 17:36:48 +00:00
parent 5a9bbf639a
commit d22b2d181f

View File

@ -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 */