handle compiler stupidity with early return
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user