mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
handle compiler stupidity with early return
This commit is contained in:
parent
24f1a65d5f
commit
9922daf284
1 changed files with 2 additions and 0 deletions
|
|
@ -656,6 +656,8 @@ CC121::map_recenable_state ()
|
||||||
onoff = blink_state;
|
onoff = blink_state;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
return; /* stupid compilers */
|
||||||
}
|
}
|
||||||
|
|
||||||
if (onoff != rec_enable_state) {
|
if (onoff != rec_enable_state) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue