From ded1590ecbd42ceadcf0fae39e242fa2c13eea5c Mon Sep 17 00:00:00 2001 From: reuk Date: Tue, 18 Mar 2025 12:53:56 +0000 Subject: [PATCH] HarfBuzz: Silence nontrivial-memcall warnings These warnings are emitted by Clang 20.1 --- modules/juce_graphics/juce_graphics_Harfbuzz.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/juce_graphics/juce_graphics_Harfbuzz.cpp b/modules/juce_graphics/juce_graphics_Harfbuzz.cpp index 2653786c7e..f15733e6a8 100644 --- a/modules/juce_graphics/juce_graphics_Harfbuzz.cpp +++ b/modules/juce_graphics/juce_graphics_Harfbuzz.cpp @@ -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