summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/disc_mth.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/disc_mth.hxx')
-rw-r--r--src/devices/sound/disc_mth.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/sound/disc_mth.hxx b/src/devices/sound/disc_mth.hxx
index cb423b175d1..d37de22784f 100644
--- a/src/devices/sound/disc_mth.hxx
+++ b/src/devices/sound/disc_mth.hxx
@@ -1057,6 +1057,7 @@ DISCRETE_STEP(dst_mixer)
break;
}
/* else, fall through and just use the resistor value */
+ [[fallthrough]];
case DISC_MIXER_IS_OP_AMP:
rTemp2 = rTemp;
break;
@@ -1219,6 +1220,7 @@ DISCRETE_RESET(dst_mixer)
break;
}
/* else, fall through and just use the resistor value */
+ [[fallthrough]];
case DISC_MIXER_IS_OP_AMP:
rTemp = info->r[bit];
break;