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
1 changed files with 2 additions and 0 deletions

View File

@ -673,6 +673,8 @@ FaderPort::map_recenable_state ()
onoff = blink_state;
}
break;
default:
return; /* stupid compilers */
}
if (onoff != rec_enable_state) {