]> git.ipfire.org Git - thirdparty/libvirt.git/commit
meson.build: Compile with -Walloca
authorThomas Huth <thuth@redhat.com>
Thu, 27 May 2021 10:45:54 +0000 (12:45 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 8 Jun 2021 11:59:43 +0000 (13:59 +0200)
commit55aaa1b037df0a6e5815e27c9be1afcb74781cf3
tree08e2547132d80f58fef2134c6d6fd318f1e7be2c
parent6a7b8a3c0f4b19479d811e69ee4fbaef5287b06e
meson.build: Compile with -Walloca

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@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
meson.build