1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

HarfBuzz: Silence nontrivial-memcall warnings

These warnings are emitted by Clang 20.1
This commit is contained in:
reuk 2025-03-18 12:53:56 +00:00
parent 51be8b9332
commit ded1590ecb
No known key found for this signature in database

View file

@ -53,6 +53,7 @@ JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wcast-function-type",
"-Wunsafe-loop-optimizations",
"-Wformat-overflow",
"-Woverflow",
"-Wnontrivial-memcall",
"-Wimplicit-fallthrough")
JUCE_BEGIN_IGNORE_DEPRECATION_WARNINGS