mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Enable -Wvla-extension
This commit is contained in:
parent
439b786156
commit
72d45bdff3
@ -20,7 +20,6 @@ if (COMPILER_CLANG)
|
||||
# We want to get everything out of the compiler for code quality.
|
||||
add_warning(everything)
|
||||
add_warning(pedantic)
|
||||
no_warning(vla-extension)
|
||||
no_warning(zero-length-array)
|
||||
no_warning(c11-extensions)
|
||||
no_warning(c++98-compat-pedantic)
|
||||
|
Loading…
Reference in New Issue
Block a user