From: Dan Fandrich Date: Wed, 22 Oct 2008 17:36:48 +0000 (+0000) Subject: Fixed a compiler warning with --disable-proxy X-Git-Tag: curl-7_19_1~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d22b2d181f4409846161d858d9563a8d2178f51d;p=thirdparty%2Fcurl.git Fixed a compiler warning with --disable-proxy --- diff --git a/lib/http.c b/lib/http.c index 89ddaca98c..b1b70ce4e4 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 */