]> git.ipfire.org Git - thirdparty/libvirt.git/commit
m4: fix setting of warning flags
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 8 Oct 2019 12:41:19 +0000 (13:41 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 8 Oct 2019 12:41:19 +0000 (13:41 +0100)
commit4d2b96655fda2324faf0722149a4b3c62599cbcb
treeeeabd9dbe21d59086e1abf44cffad78d2e6fba06
parent23605f58bfd5c47d0f6fbd2aa57a8bda15e720df
m4: fix setting of warning flags

When adding the -std=gnu99 flag, we set $wantwarn instead
of appending to it. This meant all the compiler warnings
were accidentally discarded.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
m4/virt-compile-warnings.m4