diff --git a/src/effects/backends/builtin/glitcheffect.cpp b/src/effects/backends/builtin/glitcheffect.cpp index 6f195e71049..90025793207 100644 --- a/src/effects/backends/builtin/glitcheffect.cpp +++ b/src/effects/backends/builtin/glitcheffect.cpp @@ -74,6 +74,8 @@ void GlitchEffect::processChannel( const mixxx::EngineParameters& engineParameters, const EffectEnableState enableState, const GroupFeatureState& groupFeatures) { + Q_UNUSED(enableState); + // The minimum of the parameter is zero so the exact center of the knob is 1 beat. double period = m_pDelayParameter->value();