From: Gurusamy Sarathy Date: Fri, 26 Oct 2001 13:39:52 +0000 (+0000) Subject: avoid compiler warning X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=afe91769f1a2513f3f8e083f7a961e991b902dc5;p=p5sagit%2Fp5-mst-13.2.git avoid compiler warning p4raw-id: //depot/perl@12686 --- diff --git a/win32/win32.c b/win32/win32.c index 115a66c..97f8b4f 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -1866,8 +1866,8 @@ win32_alarm(unsigned int sec) timerid=0; } } - return 0; #endif /* !PERL_IMPLICIT_CONTEXT */ + return 0; } #ifdef HAVE_DES_FCRYPT