mirror of
https://github.com/curl/curl.git
synced 2026-05-14 14:06:19 +03:00
Fixed a compiler warning with --disable-proxy
This commit is contained in:
parent
5a9bbf639a
commit
d22b2d181f
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue