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:
parent
57d33150d3
commit
5de96da34d
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue