[libc++] Activate -Warray-zero when building (#110812)
This commit is contained in:
parent
f6f4c177ef
commit
60f3e67dae
@ -23,6 +23,7 @@ function(cxx_add_warning_flags target enable_werror enable_pedantic)
|
||||
-Wundef
|
||||
-Wunused-template
|
||||
-Wformat-nonliteral
|
||||
-Wzero-length-array
|
||||
)
|
||||
|
||||
if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user