diff options
Diffstat (limited to 'stmt.c')
-rw-r--r-- | stmt.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,7 @@ label(struct func *f, struct scope *s) struct block *b; unsigned long long i; + attr(NULL, 0); switch (tok.kind) { case TCASE: next(); @@ -70,6 +71,7 @@ stmt(struct func *f, struct scope *s) struct block *b[4]; struct switchcases swtch; + attr(NULL, 0); switch (tok.kind) { /* 6.8.2 Compound statement */ case TLBRACE: |