projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ce42cfb
)
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
patch
|
blob
|
blame
|
history
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 */
}
/*