mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-25 14:11:28 +01:00
Suppress deprecation warning
This commit is contained in:
@@ -48,6 +48,10 @@ class wxArrayString;
|
|||||||
|
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
||||||
|
// We use deprecated LV2 interfaces to remain compatible with older
|
||||||
|
// plug-ins, so disable warnings
|
||||||
|
LV2_DISABLE_DEPRECATION_WARNINGS
|
||||||
|
|
||||||
class wxSlider;
|
class wxSlider;
|
||||||
class wxTextCtrl;
|
class wxTextCtrl;
|
||||||
class NumericTextCtrl;
|
class NumericTextCtrl;
|
||||||
|
|||||||
Reference in New Issue
Block a user