From: Gisle Aas Date: Wed, 18 Jan 2006 10:12:14 +0000 (+0000) Subject: Suppress "statement not reached" warning from the Sun C compiler. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c685562bbea16b50d5c72976dbb3224d4d88fbea;p=p5sagit%2Fp5-mst-13.2.git Suppress "statement not reached" warning from the Sun C compiler. p4raw-id: //depot/perl@26893 --- diff --git a/doio.c b/doio.c index 8474465..557c005 100644 --- a/doio.c +++ b/doio.c @@ -1957,9 +1957,10 @@ Perl_ingroup(pTHX_ Gid_t testgid, bool effective) Safefree(gary); return rc; } -#endif +#else return FALSE; #endif +#endif } #if defined(HAS_MSG) || defined(HAS_SEM) || defined(HAS_SHM)