From 8d4b3774b2260f884bd88731f5f3f511d727acc7 Mon Sep 17 00:00:00 2001 From: reuk Date: Wed, 23 Nov 2022 12:12:36 +0000 Subject: [PATCH] VST3: Add missing warning for clang 15 on Windows --- modules/juce_audio_processors/format_types/juce_VST3Headers.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/juce_audio_processors/format_types/juce_VST3Headers.h b/modules/juce_audio_processors/format_types/juce_VST3Headers.h index 0acdc86020..cd757c3962 100644 --- a/modules/juce_audio_processors/format_types/juce_VST3Headers.h +++ b/modules/juce_audio_processors/format_types/juce_VST3Headers.h @@ -68,7 +68,8 @@ JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wdeprecated-copy-dtor", "-Wtype-limits", "-Wcpp", "-W#warnings", - "-Wmaybe-uninitialized") + "-Wmaybe-uninitialized", + "-Wunused-but-set-variable") #undef DEVELOPMENT #define DEVELOPMENT 0 // This avoids a Clang warning in Steinberg code about unused values