]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb, gdbserver, gdbsupport: remove -Wno-vla-cxx-extension users/simark/try-remove-vla
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 23 Apr 2024 14:43:27 +0000 (14:43 +0000)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 23 Apr 2024 20:52:54 +0000 (20:52 +0000)
commit62abb86c61a53a0a3b6b66a53bf0c5532710692b
tree2d7340ab3ef988614e71e05ff096b869915636d7
parent22813df1897ce505665b2fb19f07c6d44b9019b0
gdb, gdbserver, gdbsupport: remove -Wno-vla-cxx-extension

Now that all known uses of VLAs within GDB are removed, remove the
`-Wno-vla-cxx-extension` (which was used to silence clang warnings) and
add `-Wvla`, such that any use of a VLA will trigger a warning.

Change-Id: I69a8d7f93f973743165b0ba46f9c2ea8adb89025
gdb/configure
gdbserver/configure
gdbsupport/configure
gdbsupport/warning.m4