Change 33463 by [EMAIL PROTECTED] on 2008/03/10 17:37:30

        Silence warning from VC++ following #33447
        (not all control paths return a value)

Affected files ...

... //depot/perl/pp_hot.c#574 edit

Differences ...

==== //depot/perl/pp_hot.c#574 (text) ====
Index: perl/pp_hot.c
--- perl/pp_hot.c#573~33447~    2008-03-06 03:08:24.000000000 -0800
+++ perl/pp_hot.c       2008-03-10 10:37:30.000000000 -0700
@@ -920,6 +920,7 @@
  croak_cant_return:
     Perl_croak(aTHX_ "Can't return %s to lvalue scalar context",
               is_pp_rv2av ? "array" : "hash");
+    RETURN;
 }
 
 STATIC void
End of Patch.

Reply via email to