summaryrefslogtreecommitdiff
path: root/perlio.c
diff options
context:
space:
mode:
authorLukas Mai <l.mai@web.de>2017-10-13 19:50:24 +0200
committerLukas Mai <l.mai@web.de>2017-10-13 19:50:24 +0200
commit2165bd23259a778c0554f86f5652881f24fdafc9 (patch)
tree72cc6551c3f4728dec502d11a0cfa5718e58f0b5 /perlio.c
parent0c6f4d86ce77533b050038c7513faa7f574ed151 (diff)
downloadperl-2165bd23259a778c0554f86f5652881f24fdafc9.tar.gz
get rid of "implicit fallthrough" warnings with gcc 7
Diffstat (limited to 'perlio.c')
-rw-r--r--perlio.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/perlio.c b/perlio.c
index 209af1b0f1..122cfccd23 100644
--- a/perlio.c
+++ b/perlio.c
@@ -934,9 +934,7 @@ PerlIO_parse_layers(pTHX_ PerlIO_list_t *av, const char *names)
if (*e++) {
break;
}
- /*
- * Drop through
- */
+ /* Fall through */
case '\0':
e--;
Perl_ck_warner(aTHX_ packWARN(WARN_LAYER),