Skip to content

Commit

Permalink
Fix MSVC warning in PresetDiscovery
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jul 17, 2023
1 parent 52e4ce2 commit b4ac406
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/state/presets/PresetDiscovery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
#include "processors/ProcessorStore.h"

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

namespace preset_discovery
Expand Down

0 comments on commit b4ac406

Please sign in to comment.