mirror of
https://github.com/monero-project/monero-gui
synced 2024-11-22 12:14:00 +01:00
cmake: remove werror
This commit is contained in:
parent
2f109d3333
commit
49ade0d689
@ -388,8 +388,6 @@ if(APPLE)
|
||||
endif()
|
||||
|
||||
# warnings
|
||||
add_c_flag_if_supported(-Werror C_SECURITY_FLAGS)
|
||||
add_cxx_flag_if_supported(-Werror CXX_SECURITY_FLAGS)
|
||||
add_c_flag_if_supported(-Wformat C_SECURITY_FLAGS)
|
||||
add_cxx_flag_if_supported(-Wformat CXX_SECURITY_FLAGS)
|
||||
add_c_flag_if_supported(-Wformat-security C_SECURITY_FLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user