aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-10-22 17:36:48 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-10-22 17:36:48 +0000
commitd22b2d181f4409846161d858d9563a8d2178f51d (patch)
treea32566c18e8d2f9a1eaa3f1a916cab15f6ec4c83 /lib/http.c
parent5a9bbf639af454765c77730c1734f1e7d2165fae (diff)
Fixed a compiler warning with --disable-proxy
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 */