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;
|
break;
|
||||||
default:
|
default:
|
||||||
assert (0);
|
assert (0);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
extra_ctrl->setParamAutomationMode (id, am);
|
extra_ctrl->setParamAutomationMode (id, am);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user