mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
handle compiler stupidity with early return
This commit is contained in:
parent
9922daf284
commit
f7b91d577b
1 changed files with 2 additions and 0 deletions
|
|
@ -673,6 +673,8 @@ FaderPort::map_recenable_state ()
|
|||
onoff = blink_state;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
return; /* stupid compilers */
|
||||
}
|
||||
|
||||
if (onoff != rec_enable_state) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue