From 68403e657c267839c8e0ff74d24d87f91affc03b Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 8 Jan 2012 10:23:45 -0700 Subject: [PATCH] util.c: Silence compiler warning cc on solaris is smart enough to figure out that this return isn't reached. --- util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/util.c b/util.c index 9d7683d..a6c0590 100644 --- a/util.c +++ b/util.c @@ -5859,6 +5859,7 @@ Perl_stashpv_hvname_match(pTHX_ const COP *c, const HV *hv) else return (stashpv == name || strEQ(stashpv, name)); + /*NOTREACHED*/ return FALSE; } #endif -- 2.7.4