mirror of
https://github.com/curl/curl.git
synced 2026-07-30 13:28:27 +03:00
fix compiler warning: unused parameter
This commit is contained in:
parent
9418c56fd3
commit
f13cbcf175
3 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue