Make the pragma message NOLINT

This commit is contained in:
Jean Pierre Cimalando 2021-04-27 10:33:30 +02:00
parent 2f863bc458
commit 1d76cc2329

View file

@ -324,7 +324,7 @@ tresult SfizzVstControllerNoUi::notify(Vst::IMessage* message)
pos += sizeof(uint32);
float value = *reinterpret_cast<const float*>(pos);
pos += sizeof(float);
#pragma message("setParam() on non-UI thread is dangerous on Reaper, make it deferred instead")
#pragma message("setParam() on non-UI thread is dangerous on Reaper, make it deferred instead") //NOLINT
setParam(pid, value);
}
}