diff --git a/src/effects/lv2/LV2Effect.h b/src/effects/lv2/LV2Effect.h index 2ca6ec7f9..70b53a7f0 100755 --- a/src/effects/lv2/LV2Effect.h +++ b/src/effects/lv2/LV2Effect.h @@ -48,6 +48,10 @@ class wxArrayString; #include +// We use deprecated LV2 interfaces to remain compatible with older +// plug-ins, so disable warnings +LV2_DISABLE_DEPRECATION_WARNINGS + class wxSlider; class wxTextCtrl; class NumericTextCtrl;