handle compiler stupidity with early return
This commit is contained in:
parent
9922daf284
commit
f7b91d577b
@ -673,6 +673,8 @@ FaderPort::map_recenable_state ()
|
||||
onoff = blink_state;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
return; /* stupid compilers */
|
||||
}
|
||||
|
||||
if (onoff != rec_enable_state) {
|
||||
|
Loading…
Reference in New Issue
Block a user