| commit | 35c840cc642359065d91beb6a6197101bb633ff2 | [log] [tgz] |
|---|---|---|
| author | Simon Marchi <simon.marchi@efficios.com> | Tue Apr 23 14:43:27 2024 +0000 |
| committer | Simon Marchi <simon.marchi@efficios.com> | Wed Jul 31 13:07:49 2024 -0400 |
| tree | f2a0c6c3d91a9c3ddd58f3c59dd3559e401dbbd5 | |
| parent | c2a2c5dba240be96cf8ec9abdde4e410524b9158 [diff] |
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