mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Silence some more clangd warnings
This commit is contained in:
@@ -188,6 +188,7 @@ tresult PLUGIN_API YaBStream::write(void* buffer,
|
||||
return Steinberg::kResultOk;
|
||||
}
|
||||
|
||||
// NOLINTNEXTLINE(bugprone-easily-swappable-parameters)
|
||||
tresult PLUGIN_API YaBStream::seek(int64 pos, int32 mode, int64* result) {
|
||||
switch (mode) {
|
||||
case kIBSeekSet:
|
||||
|
||||
Reference in New Issue
Block a user