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 f6f4c17 commit 60f3e67Copy full SHA for 60f3e67
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