diff --git a/modules/juce_audio_processors/format_types/juce_VST3Headers.h b/modules/juce_audio_processors/format_types/juce_VST3Headers.h index a03524aaac..c6571c1e3b 100644 --- a/modules/juce_audio_processors/format_types/juce_VST3Headers.h +++ b/modules/juce_audio_processors/format_types/juce_VST3Headers.h @@ -47,6 +47,9 @@ #pragma clang diagnostic ignored "-Wdelete-non-virtual-dtor" #endif +#undef DEVELOPMENT +#define DEVELOPMENT 0 // This avoids a Clang warning in Steinberg code about unused values + /* These files come with the Steinberg VST3 SDK - to get them, you'll need to visit the Steinberg website and agree to whatever is currently required to get them.