From 5b64b1a4d7ab81e00306483b070b18d97fd3b596 Mon Sep 17 00:00:00 2001 From: jatin Date: Mon, 29 Jan 2024 10:53:52 -0800 Subject: [PATCH] Trying to fix warnings on Windows --- .../PresetExtensions/chowdsp_CLAPPresetDiscoveryProviders.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plugin/chowdsp_clap_extensions/PresetExtensions/chowdsp_CLAPPresetDiscoveryProviders.cpp b/modules/plugin/chowdsp_clap_extensions/PresetExtensions/chowdsp_CLAPPresetDiscoveryProviders.cpp index 919ac72d2..95afe1e72 100644 --- a/modules/plugin/chowdsp_clap_extensions/PresetExtensions/chowdsp_CLAPPresetDiscoveryProviders.cpp +++ b/modules/plugin/chowdsp_clap_extensions/PresetExtensions/chowdsp_CLAPPresetDiscoveryProviders.cpp @@ -3,7 +3,7 @@ #include JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wunused-parameter") -JUCE_BEGIN_IGNORE_WARNINGS_MSVC (4100) +JUCE_BEGIN_IGNORE_WARNINGS_MSVC (4100 4127) #include #include JUCE_END_IGNORE_WARNINGS_MSVC