mirror of
https://github.com/curl/curl.git
synced 2026-07-24 14:27:16 +03:00
build: enable -Wimplicit-int-enum-cast compiler warning, fix issues
Offered by clang 21+. Closes #20990
This commit is contained in:
parent
d86fd143a1
commit
59405ffb7d
4 changed files with 5 additions and 2 deletions
|
|
@ -1157,7 +1157,7 @@ static CURLcode ssh_state_pkey_init(struct Curl_easy *data,
|
|||
else {
|
||||
myssh_to(data, sshc, SSH_AUTH_PASS_INIT);
|
||||
}
|
||||
return 0;
|
||||
return CURLE_OK;
|
||||
}
|
||||
|
||||
static CURLcode sftp_quote_stat(struct Curl_easy *data,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue