Skip to content

Commit

Permalink
Trying to fix warnings on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jan 29, 2024
1 parent 2be81bf commit 5b64b1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <chowdsp_presets_v2/chowdsp_presets_v2.h>

JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wunused-parameter")
JUCE_BEGIN_IGNORE_WARNINGS_MSVC (4100)
JUCE_BEGIN_IGNORE_WARNINGS_MSVC (4100 4127)
#include <clap/helpers/preset-discovery-provider.hh>
#include <clap/helpers/preset-discovery-provider.hxx>
JUCE_END_IGNORE_WARNINGS_MSVC
Expand Down

0 comments on commit 5b64b1a

Please sign in to comment.