From 2165bd23259a778c0554f86f5652881f24fdafc9 Mon Sep 17 00:00:00 2001 From: Lukas Mai Date: Fri, 13 Oct 2017 19:50:24 +0200 Subject: get rid of "implicit fallthrough" warnings with gcc 7 --- perlio.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'perlio.c') 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), -- cgit v1.2.1