]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: correct quoting for gl_WARN_ADD
authorEric Blake <eblake@redhat.com>
Thu, 24 Aug 2017 19:36:36 +0000 (14:36 -0500)
committerEric Blake <eblake@redhat.com>
Mon, 28 Aug 2017 15:15:05 +0000 (10:15 -0500)
commitb887d7b0c7afe5da43144901c33dfd990c919d68
treed51df11b498f0f8412cab91600a1a5b1fb5b7e25
parentb988f794e307fc6421ea7b13292a048bdca94f6a
maint: correct quoting for gl_WARN_ADD

3 out of 4 uses of gl_WARN_ADD() were incorrectly adding "" around
the argument, which in turn resulted in the argument being used
unquoted (configure had gl_positive=""-fstack-protector-all"",
rather than the intended gl_positive="-fstack-protector-all").

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
m4/virt-compile-warnings.m4