mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 06:58:22 +01:00
handle compiler stupidity with early return
This commit is contained in:
parent
bb5798ee66
commit
26d2c8a7fa
1 changed files with 2 additions and 0 deletions
|
|
@ -428,6 +428,8 @@ TrackMixLayout::monitoring_change ()
|
|||
b1_color = selection_color;
|
||||
b2_color = selection_color;
|
||||
break;
|
||||
default:
|
||||
return; /* stupid compilers */
|
||||
}
|
||||
|
||||
b1->set_color (b1_color);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue