From: Daniel Stenberg Date: Wed, 24 Mar 2010 16:00:20 +0000 (+0100) Subject: avoid compiler warning without USE_ALARM_TIMEOUT X-Git-Tag: curl-7_20_1~57^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c245a8f92e7bb2b5bfe181af647ee4766a0f33fe;p=curl avoid compiler warning without USE_ALARM_TIMEOUT --- diff --git a/lib/hostip.c b/lib/hostip.c index 04a29a754..e34fd5a99 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -624,9 +624,9 @@ int Curl_resolv_timeout(struct connectdata *conn, */ rc = Curl_resolv(conn, hostname, port, entry); +#ifdef USE_ALARM_TIMEOUT clean_up: -#ifdef USE_ALARM_TIMEOUT if (timeout > 0) { #ifdef HAVE_SIGACTION