mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-22 04:38:09 +08:00
Warn for deprecated. (#94)
This commit is contained in:
@@ -157,6 +157,7 @@ foreach(lib screen dom component)
|
||||
target_compile_options(${lib} PRIVATE "-pedantic")
|
||||
target_compile_options(${lib} PRIVATE "-Werror")
|
||||
target_compile_options(${lib} PRIVATE "-Wmissing-declarations")
|
||||
target_compile_options(${lib} PRIVATE "-Wdeprecated")
|
||||
endif()
|
||||
|
||||
endforeach()
|
||||
|
Reference in New Issue
Block a user