mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
build: drop redundant unused variable suppressions
Also: - digest_sspi: merge some `ifdef`s. Closes #20310
This commit is contained in:
parent
134fb66121
commit
59a5fd8518
33 changed files with 13 additions and 96 deletions
|
|
@ -2053,9 +2053,6 @@ static char *detect_proxy(struct Curl_easy *data,
|
|||
*/
|
||||
char proxy_env[20];
|
||||
const char *envp = proxy_env;
|
||||
#ifdef CURL_DISABLE_VERBOSE_STRINGS
|
||||
(void)data;
|
||||
#endif
|
||||
|
||||
curl_msnprintf(proxy_env, sizeof(proxy_env), "%s_proxy",
|
||||
conn->handler->scheme);
|
||||
|
|
@ -2832,10 +2829,6 @@ static CURLcode parse_connect_to_host_port(struct Curl_easy *data,
|
|||
int port = -1;
|
||||
CURLcode result = CURLE_OK;
|
||||
|
||||
#ifdef CURL_DISABLE_VERBOSE_STRINGS
|
||||
(void)data;
|
||||
#endif
|
||||
|
||||
*hostname_result = NULL;
|
||||
*port_result = -1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue