summaryrefslogtreecommitdiff
path: root/pp_hot.c
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2008-03-10 17:37:30 +0000
committerSteve Hay <SteveHay@planit.com>2008-03-10 17:37:30 +0000
commit77e217c696c39b67fc6443f86dde2d49211a6302 (patch)
treeb27d8212fc3a18fe6399a99ac266a842aa908b07 /pp_hot.c
parent8964cfe0100aec42c161fc28b1e464f03d64d87e (diff)
downloadperl-77e217c696c39b67fc6443f86dde2d49211a6302.tar.gz
Silence warning from VC++ following #33447
(not all control paths return a value) p4raw-id: //depot/perl@33463
Diffstat (limited to 'pp_hot.c')
-rw-r--r--pp_hot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pp_hot.c b/pp_hot.c
index 1dc68f0976..ce294f0666 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -920,6 +920,7 @@ PP(pp_rv2av)
croak_cant_return:
Perl_croak(aTHX_ "Can't return %s to lvalue scalar context",
is_pp_rv2av ? "array" : "hash");
+ RETURN;
}
STATIC void