From e60ca0e9e16eb6ee732a93da51ee383d4fd10889 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sat, 23 Aug 2008 10:07:17 +0000 Subject: [PATCH] Add FALLTHROUGH marker. [r21378] --- parser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/parser.c b/parser.c index 7fac835..c6dcd45 100644 --- a/parser.c +++ b/parser.c @@ -3147,6 +3147,7 @@ static void parse_declaration_specifiers(declaration_specifiers_t *specifiers) case T__forceinline: /* only in microsoft mode */ specifiers->modifiers |= DM_FORCEINLINE; + /* FALLTHROUGH */ case T_inline: next_token(); -- 2.20.1