mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -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;
|
||||
}
|
||||
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user