Skip to content

Commit

Permalink
[3party] Fixed Harfbuzz clang warning
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Borsuk <me@alex.bio>
  • Loading branch information
biodranik authored and vng committed Jun 28, 2024
1 parent 7507139 commit 007620e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 3party/harfbuzz/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ target_compile_options(${PROJECT_NAME}
-fno-rtti
-fno-exceptions
-fno-threadsafe-statics
$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>>:-Wno-format-pedantic>
)

target_compile_definitions(${PROJECT_NAME}
Expand Down

0 comments on commit 007620e

Please sign in to comment.