From f13cbcf17568fcfdd4160448ceb84e2e0a0704ee Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 28 May 2009 16:18:25 +0000 Subject: fix compiler warning: unused parameter --- lib/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/http.c') diff --git a/lib/http.c b/lib/http.c index a17c6eba9..466d9539a 100644 --- a/lib/http.c +++ b/lib/http.c @@ -524,7 +524,7 @@ output_auth_headers(struct connectdata *conn, &data->state.proxyneg:&data->state.negotiate; #endif -#ifndef CURL_DISABLE_CRYPTO_AUTH +#ifdef CURL_DISABLE_CRYPTO_AUTH (void)request; (void)path; #endif -- cgit v1.2.3