In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/96e6a0bc89e2585b9ed65f699450f6c52ee6aadc?hp=a54d139f3c5753e3de93051a7a2c1190ed3e7615>
- Log ----------------------------------------------------------------- commit 96e6a0bc89e2585b9ed65f699450f6c52ee6aadc Author: Jarkko Hietaniemi <[email protected]> Date: Wed Aug 17 07:18:03 2016 -0400 Coverity CID #152143: annotate switch fallthru. ----------------------------------------------------------------------- Summary of changes: op.c | 1 + 1 file changed, 1 insertion(+) diff --git a/op.c b/op.c index e611dbe..693828f 100644 --- a/op.c +++ b/op.c @@ -12076,6 +12076,7 @@ Perl_ck_each(pTHX_ OP *o) && SvTYPE(SvRV(cSVOPx_sv(kid))) != SVt_PVHV ) ) goto bad; + /* FALLTHROUGH */ default: qerror(Perl_mess(aTHX_ "Experimental %s on scalar is now forbidden", -- Perl5 Master Repository
