Skip to content

Commit 953a404

Browse files
committed
VST3: Silence clang-20 nontrivial-memcall warning
1 parent 10a5896 commit 953a404

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/juce_audio_processors/format_types/juce_VST3Headers.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-W#warnings",
8989
"-Wunused-function",
9090
"-Wunused-parameter",
9191
"-Wzero-as-null-pointer-constant",
92-
"-Wdangling-else")
92+
"-Wdangling-else",
93+
"-Wnontrivial-memcall")
9394

9495
#undef DEVELOPMENT
9596
#define DEVELOPMENT 0 // This avoids a Clang warning in Steinberg code about unused values

0 commit comments

Comments
 (0)