mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-25 20:27:31 +08:00
Disable signe-compare.
This commit is contained in:
parent
65705d5bc7
commit
8cdfd9f854
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user