]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix build with clang
authorJán Tomko <jtomko@redhat.com>
Thu, 4 Jul 2013 09:35:59 +0000 (11:35 +0200)
committerEric Blake <eblake@redhat.com>
Mon, 29 Jul 2013 21:59:21 +0000 (15:59 -0600)
commit15bde978da843d5d5795910f8a524ce00d9df422
tree39df8d9b242da7f4ab41b5ac234525f32efae977
parentab9ff9ed3754a62d3bae9480cccf8cccb0b34495
Fix build with clang

Partially revert cdd703f's revert of c163410, as linking with clang
with --param=ssp-buffer-size=4 still fails with:
"argument unused during compilation".

(cherry picked from commit 4b91dc24d1ed6a5ec6d5d9ab0d8522375dd77f3a)
m4/virt-compile-warnings.m4