We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a5896 commit 953a404Copy full SHA for 953a404
modules/juce_audio_processors/format_types/juce_VST3Headers.h
@@ -89,7 +89,8 @@ JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-W#warnings",
89
"-Wunused-function",
90
"-Wunused-parameter",
91
"-Wzero-as-null-pointer-constant",
92
- "-Wdangling-else")
+ "-Wdangling-else",
93
+ "-Wnontrivial-memcall")
94
95
#undef DEVELOPMENT
96
#define DEVELOPMENT 0 // This avoids a Clang warning in Steinberg code about unused values
0 commit comments