Commit 00dec36c authored by Yang Tse's avatar Yang Tse
Browse files

fix compiler warning: `variable' might be clobbered by `longjmp' or `vfork'

parent 26a651f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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