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

Graphics: Suppress warnings emitted by harfbuzz

This commit is contained in:
attila 2024-07-18 18:32:33 +02:00
parent 57d33150d3
commit 5de96da34d

View file

@ -52,7 +52,9 @@ JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wdeprecated-declarations",
"-Wconditional-uninitialized", "-Wconditional-uninitialized",
"-Wexpansion-to-defined", "-Wexpansion-to-defined",
"-Wunsafe-loop-optimizations", "-Wunsafe-loop-optimizations",
"-Wformat-overflow") "-Wformat-overflow",
"-Woverflow",
"-Wimplicit-fallthrough")
#define HAVE_ATEXIT 1 #define HAVE_ATEXIT 1