replace unnecessary assert(0) with return;
This commit is contained in:
@@ -2566,6 +2566,7 @@ VST3PI::automation_state_changed (uint32_t port, AutoState s, boost::weak_ptr<Au
|
||||
break;
|
||||
default:
|
||||
assert (0);
|
||||
return;
|
||||
}
|
||||
extra_ctrl->setParamAutomationMode (id, am);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user