1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

AAX: Fixes an Xcode compiler warning

Ignore tautological-overlap-compare in the AAX headers
This commit is contained in:
Tom Poole 2020-10-31 08:29:25 +00:00
parent 35277443e4
commit a357e548a3

View file

@ -43,7 +43,8 @@ JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wnon-virtual-dtor",
"-Wpragma-pack",
"-Wzero-as-null-pointer-constant",
"-Winconsistent-missing-destructor-override",
"-Wfour-char-constants")
"-Wfour-char-constants",
"-Wtautological-overlap-compare")
#include <AAX_Version.h>