mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-23 05:18:08 +08:00
Pass -Wshadow (#97)
Requested from: https://github.com/robinlinden/hastur/pull/12
This commit is contained in:
@@ -158,6 +158,7 @@ foreach(lib screen dom component)
|
||||
target_compile_options(${lib} PRIVATE "-Werror")
|
||||
target_compile_options(${lib} PRIVATE "-Wmissing-declarations")
|
||||
target_compile_options(${lib} PRIVATE "-Wdeprecated")
|
||||
target_compile_options(${lib} PRIVATE "-Wshadow-all")
|
||||
endif()
|
||||
|
||||
endforeach()
|
||||
|
Reference in New Issue
Block a user