mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
fix compiler warning: variable' might be clobbered by
longjmp' or `vfork'
This commit is contained in:
parent
26a651f7ae
commit
00dec36c72
@ -166,7 +166,7 @@ int Curl_resolv(struct connectdata *conn, const char *hostname,
|
|||||||
int port, struct Curl_dns_entry **dnsentry);
|
int port, struct Curl_dns_entry **dnsentry);
|
||||||
int Curl_resolv_timeout(struct connectdata *conn, const char *hostname,
|
int Curl_resolv_timeout(struct connectdata *conn, const char *hostname,
|
||||||
int port, struct Curl_dns_entry **dnsentry,
|
int port, struct Curl_dns_entry **dnsentry,
|
||||||
long timeout);
|
volatile long timeout);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Curl_ipvalid() checks what CURL_IPRESOLVE_* requirements that might've
|
* Curl_ipvalid() checks what CURL_IPRESOLVE_* requirements that might've
|
||||||
|
Loading…
Reference in New Issue
Block a user