We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd40e3 commit b7cc66eCopy full SHA for b7cc66e
runtimes/cmake/Modules/WarningFlags.cmake
@@ -23,6 +23,7 @@ function(cxx_add_warning_flags target enable_werror enable_pedantic)
23
-Wundef
24
-Wunused-template
25
-Wformat-nonliteral
26
+ -Wzero-length-array
27
)
28
29
if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
0 commit comments