Silence VC6 warning about not all control paths returning a value
Steve Hay [Tue, 24 Apr 2007 13:31:29 +0000 (13:31 +0000)]
p4raw-id: //depot/perl@31057

mro.c

diff --git a/mro.c b/mro.c
index 0313feb..437d661 100644 (file)
--- a/mro.c
+++ b/mro.c
@@ -431,6 +431,7 @@ Perl_mro_get_linear_isa(pTHX_ HV *stash)
     } else {
         Perl_croak(aTHX_ "panic: invalid MRO!");
     }
+    return NULL; /* NOT REACHED */
 }
 
 /*