Skip to content

Commit

Permalink
Silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Aug 16, 2024
1 parent 6b01f4b commit e395426
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ class RatioParameter : public FloatParameter
class SemitonesParameter : public FloatParameter
{
public:
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wcomma")
SemitonesParameter (const ParameterID& parameterID,
const juce::String& paramName,
juce::NormalisableRange<float> paramRange,
Expand All @@ -290,6 +291,7 @@ class SemitonesParameter : public FloatParameter
&ParamUtils::stringToSemitonesVal)
{
}
JUCE_END_IGNORE_WARNINGS_GCC_LIKE

using Ptr = OptionalPointer<SemitonesParameter>;

Expand Down

0 comments on commit e395426

Please sign in to comment.