mirror of
https://github.com/curl/curl.git
synced 2026-07-23 19:47:17 +03:00
fix compiler warning: variable' might be clobbered by longjmp' or `vfork'
This commit is contained in:
parent
26a651f7ae
commit
00dec36c72
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ int Curl_resolv(struct connectdata *conn, const char *hostname,
|
|||
int port, struct Curl_dns_entry **dnsentry);
|
||||
int Curl_resolv_timeout(struct connectdata *conn, const char *hostname,
|
||||
int port, struct Curl_dns_entry **dnsentry,
|
||||
long timeout);
|
||||
volatile long timeout);
|
||||
|
||||
/*
|
||||
* Curl_ipvalid() checks what CURL_IPRESOLVE_* requirements that might've
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue