From d22b2d181f4409846161d858d9563a8d2178f51d Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 22 Oct 2008 17:36:48 +0000 Subject: Fixed a compiler warning with --disable-proxy --- lib/http.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/http.c') 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 */ -- cgit v1.2.3