From: Christoph Mallon Date: Sat, 23 Aug 2008 10:07:17 +0000 (+0000) Subject: Add FALLTHROUGH marker. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=e60ca0e9e16eb6ee732a93da51ee383d4fd10889;p=cparser Add FALLTHROUGH marker. [r21378] --- 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();