Suppress "statement not reached" warning from the Sun C compiler.
Gisle Aas [Wed, 18 Jan 2006 10:12:14 +0000 (10:12 +0000)]
p4raw-id: //depot/perl@26893

doio.c

diff --git a/doio.c b/doio.c
index 8474465..557c005 100644 (file)
--- 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)