X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/698f9cfa8e4c5a97a3e0b492308f4ec6d62ce12e..4e8e2c96547bfe72589982a85fac450df4cf6d08:/uip/fmttest.c diff --git a/uip/fmttest.c b/uip/fmttest.c index 80b73d92..cb4c82ea 100644 --- a/uip/fmttest.c +++ b/uip/fmttest.c @@ -649,7 +649,7 @@ process_single_file(FILE *in, struct msgs_array *comps, int *dat, int msgsize, fmt_addcomptext("body", rbuf); } - /* fall through */ + /* FALLTHRU */ default: goto finished; @@ -894,6 +894,7 @@ dumpone(struct format *fmt) case FT_IF_MATCH: case FT_IF_AMATCH: printf(" continue else goto"); + /* FALLTHRU */ case FT_GOTO: i = findlabel(fmt + fmt->f_skip); printf(" L%d", i);