mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
Fixed a compiler warning with --disable-proxy
This commit is contained in:
parent
5a9bbf639a
commit
d22b2d181f
@ -606,6 +606,10 @@ http_output_auth(struct connectdata *conn,
|
|||||||
authproxy->multi = FALSE;
|
authproxy->multi = FALSE;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
#else
|
||||||
|
(void)request;
|
||||||
|
(void)path;
|
||||||
|
(void)proxytunnel;
|
||||||
#endif /* CURL_DISABLE_PROXY */
|
#endif /* CURL_DISABLE_PROXY */
|
||||||
/* we have no proxy so let's pretend we're done authenticating
|
/* we have no proxy so let's pretend we're done authenticating
|
||||||
with it */
|
with it */
|
||||||
|
Loading…
Reference in New Issue
Block a user