Disable signe-compare.

This commit is contained in:
ArthurSonzogni 2020-02-12 00:16:55 +01:00
parent 65705d5bc7
commit 8cdfd9f854

View File

@ -76,7 +76,7 @@ foreach(lib screen dom component)
PRIVATE src
)
target_compile_features(${lib} PUBLIC cxx_std_17)
target_compile_options(${lib} PRIVATE -Wall -Werror -pedantic -Wextra)
target_compile_options(${lib} PRIVATE -Wall -Werror -pedantic -Wextra -Wno-sign-compare)
endforeach()
if(FTXUI_ENABLE_INSTALL)