parse: mark fall-through switch case
[fio.git] / parse.c
diff --git a/parse.c b/parse.c
index 6143797b7b44d6877e6d1d578f009065ae097e3a..7b412a9a73c8d54c3e0c4cd3c7bff0104f25d5de 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -908,6 +908,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;