projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8964cfe
)
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
patch
|
blob
|
blame
|
history
diff --git
a/pp_hot.c
b/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