]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Fixed a compiler warning with --disable-proxy
authorDan Fandrich <dan@coneharvesters.com>
Wed, 22 Oct 2008 17:36:48 +0000 (17:36 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 22 Oct 2008 17:36:48 +0000 (17:36 +0000)
lib/http.c

index 89ddaca98cc203dfb677e260b39b44d2d04d4451..b1b70ce4e41e1b0911b0f40a8b9b2768f7a67ac3 100644 (file)
@@ -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 */