handle compiler stupidity with early return

This commit is contained in:
Paul Davis 2022-06-21 18:42:17 -06:00
parent 9922daf284
commit f7b91d577b

View File

@ -673,6 +673,8 @@ FaderPort::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) {