parse: mark another fall-through switch case
[fio.git] / parse.c
diff --git a/parse.c b/parse.c
index 7b412a9a73c8d54c3e0c4cd3c7bff0104f25d5de..194ad594779a59a6de8104939fd5b7ef5dc1f69a 100644 (file)
--- 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: {