| commit | ff0271177ec87d231a46a03c1c282867d909a868 | [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 14:02:07 2024 -0400 |
| tree | d20cedd942989ba6332aa8b8e1065042a6dca7aa | |
| parent | 27dab0bc34a70591e8cc736fdb7317ff5e3b11ef [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