On a Thursday in 2021, Thomas Huth wrote:
We are already compiling libvirt with -Wvla - so it does not make
too much sense to still allow people to use alloca() instead. Thus
put it on the list of things we want to warn about. Fortunately,
there is currently no warning with this flag, so the current
sources should be clean.
Signed-off-by: Thomas Huth <thuth(a)redhat.com>
---
meson.build | 1 +
1 file changed, 1 insertion(+)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
A pipeline with this and your other warning patch:
https://gitlab.com/janotomko/libvirt/-/pipelines/310576595
(I'll push it after the release)
Jano