mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-15 07:50:22 +02:00
Get rid of warnings
Must use the deprecated types to support older plug-ins.
This commit is contained in:
parent
2df9d3528b
commit
37f24ee3b0
@ -15,6 +15,10 @@
|
||||
|
||||
#if defined(__GNUC__)
|
||||
#pragma GCC diagnostic ignored "-Wparentheses"
|
||||
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
#elif defined(__clang__)
|
||||
#pragma clang diagnostic ignored "-Wparentheses"
|
||||
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
||||
#endif
|
||||
|
||||
#include "LV2Effect.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user