fix compiler warning: unused parameter

This commit is contained in:
Yang Tse 2009-05-28 16:18:25 +00:00
parent 9418c56fd3
commit f13cbcf175
3 changed files with 7 additions and 1 deletions

View file

@ -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