diff options
author | Steve Hay <SteveHay@planit.com> | 2008-03-10 17:37:30 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2008-03-10 17:37:30 +0000 |
commit | 77e217c696c39b67fc6443f86dde2d49211a6302 (patch) | |
tree | b27d8212fc3a18fe6399a99ac266a842aa908b07 /pp_hot.c | |
parent | 8964cfe0100aec42c161fc28b1e464f03d64d87e (diff) | |
download | perl-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |