http: fix "unused parameter ‘conn’" warning
Follow-up from 7d600ad1c3
Spotted on appveyor
Closes #8465
This commit is contained in:
parent
477a2bf989
commit
8984a42ae4
@ -666,6 +666,7 @@ output_auth_headers(struct Curl_easy *data,
|
||||
{
|
||||
const char *auth = NULL;
|
||||
CURLcode result = CURLE_OK;
|
||||
(void)conn;
|
||||
|
||||
#ifdef CURL_DISABLE_CRYPTO_AUTH
|
||||
(void)request;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user