mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
VST3: Silence clang-20 nontrivial-memcall warning
This commit is contained in:
parent
10a589619b
commit
cfa4be648d
1 changed files with 2 additions and 1 deletions
|
|
@ -89,7 +89,8 @@ JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-W#warnings",
|
|||
"-Wunused-function",
|
||||
"-Wunused-parameter",
|
||||
"-Wzero-as-null-pointer-constant",
|
||||
"-Wdangling-else")
|
||||
"-Wdangling-else",
|
||||
"-Wnontrivial-memcall")
|
||||
|
||||
#undef DEVELOPMENT
|
||||
#define DEVELOPMENT 0 // This avoids a Clang warning in Steinberg code about unused values
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue