mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
AAX Client: Ignore deprecation warnings in third-party headers
This commit is contained in:
parent
a6185421a2
commit
2ab3db90eb
1 changed files with 2 additions and 1 deletions
|
|
@ -43,7 +43,8 @@ JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wnon-virtual-dtor",
|
|||
"-Wzero-as-null-pointer-constant",
|
||||
"-Winconsistent-missing-destructor-override",
|
||||
"-Wfour-char-constants",
|
||||
"-Wtautological-overlap-compare")
|
||||
"-Wtautological-overlap-compare",
|
||||
"-Wdeprecated-declarations")
|
||||
|
||||
#include <AAX_Version.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue