[3party] Fixed Harfbuzz clang warning
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
7507139f68
commit
007620e28a
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
|
|
Reference in a new issue