mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
C++11 fallthrough (1/2)
This commit is contained in:
parent
d0a66ca389
commit
f02e5d3a9f
20 changed files with 43 additions and 43 deletions
|
|
@ -999,7 +999,7 @@ LaunchControlXL::filter_stripables(StripableList& strips) const
|
|||
|
||||
switch ((int)template_number()) {
|
||||
default:
|
||||
/* FALLTHROUGH */
|
||||
[[fallthrough]];
|
||||
case 8:
|
||||
flt = &flt_default;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue