From: Andreas Schneider Date: Wed, 26 Jul 2017 15:39:52 +0000 (+0200) Subject: s4:torture: Add FALL_THROUGH statements in basic/misc.c X-Git-Tag: talloc-2.1.12~366 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50d3a9e70d2c5e86d3d26aeb369ebd7a83b60375;p=thirdparty%2Fsamba.git s4:torture: Add FALL_THROUGH statements in basic/misc.c Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/source4/torture/basic/misc.c b/source4/torture/basic/misc.c index 68b7cbec812..25ae4560de8 100644 --- a/source4/torture/basic/misc.c +++ b/source4/torture/basic/misc.c @@ -985,6 +985,8 @@ bool run_benchrw(struct torture_context *tctx) break; } state[i]->mode=FINISHED; + + FALL_THROUGH; case FINISHED: finished++; break;