mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 05:33:07 +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:
|
||||
|
||||
@@ -27,6 +27,8 @@
|
||||
// FIXME: When used in a Boost.Containers small vector, GCC somehow complains
|
||||
// that the fields in this class may be uninitialized (during the
|
||||
// deserialization). This warning only shows up during a unity build.
|
||||
#pragma GCC diagnostic ignored "-Wpragmas"
|
||||
#pragma clang diagnostic ignored "-Wunknown-warning-option"
|
||||
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user