aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2024-04-23 14:43:27 +0000
committerSimon Marchi <simon.marchi@efficios.com>2024-04-23 20:52:54 +0000
commit62abb86c61a53a0a3b6b66a53bf0c5532710692b (patch)
tree2d7340ab3ef988614e71e05ff096b869915636d7 /gdb/configure
parent22813df1897ce505665b2fb19f07c6d44b9019b0 (diff)
downloadbinutils-users/simark/try-remove-vla.zip
binutils-users/simark/try-remove-vla.tar.gz
binutils-users/simark/try-remove-vla.tar.bz2
gdb, gdbserver, gdbsupport: remove -Wno-vla-cxx-extensionusers/simark/try-remove-vla
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
Diffstat (limited to 'gdb/configure')
-rwxr-xr-xgdb/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure
index c3d5cf7..232cdb9 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -31179,7 +31179,7 @@ build_warnings="-Wall -Wpointer-arith \
-Wredundant-move \
-Wmissing-declarations \
-Wstrict-null-sentinel \
--Wno-vla-cxx-extension \
+-Wvla \
"
# The -Wmissing-prototypes flag will be accepted by GCC, but results