C++11 fallthrough (1/2)

This commit is contained in:
Robin Gareus 2023-05-19 05:33:56 +02:00
parent d0a66ca389
commit f02e5d3a9f
20 changed files with 43 additions and 43 deletions

View file

@ -999,7 +999,7 @@ LaunchControlXL::filter_stripables(StripableList& strips) const
switch ((int)template_number()) {
default:
/* FALLTHROUGH */
[[fallthrough]];
case 8:
flt = &flt_default;
break;