From: Jens Axboe Date: Mon, 23 Jul 2018 16:12:40 +0000 (-0600) Subject: parse: mark another fall-through switch case X-Git-Tag: fio-3.9~59 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=9854d2e3d7e1168c9f57b8dc6f1e26634afefe0d;p=fio.git parse: mark another fall-through switch case Signed-off-by: Jens Axboe --- diff --git a/parse.c b/parse.c index 7b412a9a..194ad594 100644 --- a/parse.c +++ b/parse.c @@ -562,6 +562,7 @@ static int __handle_option(const struct fio_option *o, const char *ptr, } case FIO_OPT_STR_VAL_TIME: is_time = 1; + /* fall through */ case FIO_OPT_ULL: case FIO_OPT_INT: case FIO_OPT_STR_VAL: {