Make the pragma message NOLINT
This commit is contained in:
parent
2f863bc458
commit
1d76cc2329
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue