From: Steve Hay Date: Mon, 10 Mar 2008 17:37:30 +0000 (+0000) Subject: Silence warning from VC++ following #33447 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=77e217c696c39b67fc6443f86dde2d49211a6302;p=p5sagit%2Fp5-mst-13.2.git Silence warning from VC++ following #33447 (not all control paths return a value) p4raw-id: //depot/perl@33463 --- diff --git a/pp_hot.c b/pp_hot.c index 1dc68f0..ce294f0 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