Fix compilation on centos 7
[fio.git] / parse.c
diff --git a/parse.c b/parse.c
index 6143797b7b44d6877e6d1d578f009065ae097e3a..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: {
@@ -908,6 +909,7 @@ static int __handle_option(const struct fio_option *o, const char *ptr,
        }
        case FIO_OPT_DEPRECATED:
                ret = 1;
+               /* fall through */
        case FIO_OPT_SOFT_DEPRECATED:
                log_info("Option %s is deprecated\n", o->name);
                break;