mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 09:50:36 +02:00
tu: Quiet vla warnings
Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30452>
This commit is contained in:
parent
c9fe3e189b
commit
5f8016f88a
1 changed files with 1 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ tu_cpp_args += cpp.get_supported_arguments([
|
|||
'-Wno-unused-function',
|
||||
'-Wno-writable-strings',
|
||||
'-Wno-write-strings',
|
||||
'-Wno-vla-cxx-extension',
|
||||
])
|
||||
|
||||
# HACK compiler.get_supported_arguments()/has_argument() do not seem
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue