From c685562bbea16b50d5c72976dbb3224d4d88fbea Mon Sep 17 00:00:00 2001 From: Gisle Aas Date: Wed, 18 Jan 2006 10:12:14 +0000 Subject: Suppress "statement not reached" warning from the Sun C compiler. p4raw-id: //depot/perl@26893 --- doio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doio.c') diff --git a/doio.c b/doio.c index 84744658f2..557c005daa 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) -- cgit v1.2.1