summaryrefslogtreecommitdiff
path: root/doio.c
diff options
context:
space:
mode:
authorGisle Aas <gisle@activestate.com>2006-01-18 10:12:14 +0000
committerGisle Aas <gisle@activestate.com>2006-01-18 10:12:14 +0000
commitc685562bbea16b50d5c72976dbb3224d4d88fbea (patch)
tree92e02095286a587d6727cbe22b886a30ccdf953b /doio.c
parentd20ea72b0d7be0a5efab755cf190bf1d51ef2d59 (diff)
downloadperl-c685562bbea16b50d5c72976dbb3224d4d88fbea.tar.gz
Suppress "statement not reached" warning from the Sun C compiler.
p4raw-id: //depot/perl@26893
Diffstat (limited to 'doio.c')
-rw-r--r--doio.c3
1 files changed, 2 insertions, 1 deletions
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)