From 007620e28a8abc06b430901c9b238f3856cdba84 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Sat, 22 Jun 2024 01:35:34 +0200 Subject: [PATCH] [3party] Fixed Harfbuzz clang warning Signed-off-by: Alexander Borsuk --- 3party/harfbuzz/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/3party/harfbuzz/CMakeLists.txt b/3party/harfbuzz/CMakeLists.txt index 3a6e14e828..d7041d46be 100644 --- a/3party/harfbuzz/CMakeLists.txt +++ b/3party/harfbuzz/CMakeLists.txt @@ -17,6 +17,7 @@ target_compile_options(${PROJECT_NAME} -fno-rtti -fno-exceptions -fno-threadsafe-statics + $<$,$>:-Wno-format-pedantic> ) target_compile_definitions(${PROJECT_NAME}