1
0
Fork 0
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:
reuk 2025-04-09 03:52:40 -07:00 committed by Tom Poole
parent 10a589619b
commit cfa4be648d

View file

@ -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