From 26a651f7aef8f51df4320f0adc0179896ee23b95 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 2 Oct 2008 13:28:10 +0000 Subject: fix compiler warning: `variable' might be clobbered by `longjmp' or `vfork' --- lib/hostip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/hostip.c b/lib/hostip.c index 029019215..f8c2be63f 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -524,7 +524,7 @@ int Curl_resolv_timeout(struct connectdata *conn, const char *hostname, int port, struct Curl_dns_entry **entry, - long timeout) + volatile long timeout) { #ifdef USE_ALARM_TIMEOUT #ifdef HAVE_SIGACTION -- cgit v1.2.3