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