aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http.c')
-rw-r--r--lib/http.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/http.c b/lib/http.c
index 89ddaca98..b1b70ce4e 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -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 */