http: fix "unused parameter ‘conn’" warning

Follow-up from 7d600ad1c3

Spotted on appveyor

Closes #8465
This commit is contained in:
Daniel Stenberg 2022-02-16 23:04:07 +01:00
parent 477a2bf989
commit 8984a42ae4
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

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