Silence warning from VC++ following #33447
Steve Hay [Mon, 10 Mar 2008 17:37:30 +0000 (17:37 +0000)]
(not all control paths return a value)

p4raw-id: //depot/perl@33463

pp_hot.c

index 1dc68f0..ce294f0 100644 (file)
--- 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