From c548910ce75332f8e448bfd80d6f320a7e3c451d Mon Sep 17 00:00:00 2001 From: OBattler Date: Thu, 24 Aug 2023 00:57:10 +0200 Subject: [PATCH] Unmarked fallthroughs: disk/hdc_st506_xt.c. --- src/disk/hdc_st506_xt.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/disk/hdc_st506_xt.c b/src/disk/hdc_st506_xt.c index 8faa015ca..30d0020ea 100644 --- a/src/disk/hdc_st506_xt.c +++ b/src/disk/hdc_st506_xt.c @@ -86,6 +86,7 @@ #include <86box/pic.h> #include <86box/hdc.h> #include <86box/hdd.h> +#include <86box/plat_fallthrough.h> #define ST506_XT_TYPE_XEBEC 0 #define ST506_XT_TYPE_WDXT_GEN 1 @@ -671,6 +672,7 @@ st506_callback(void *priv) st506_complete(dev); break; } + fallthrough; case CMD_READ: #if 0 case CMD_READ_LONG: @@ -770,6 +772,7 @@ st506_callback(void *priv) st506_complete(dev); break; } + fallthrough; case CMD_WRITE: #if 0 case CMD_WRITE_LONG: