]> git.ipfire.org Git - thirdparty/libvirt.git/commit
rpm: ensure -Werror is disabled for mingw builds on Fedora
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 5 Jun 2024 12:46:32 +0000 (13:46 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 6 Jun 2024 11:53:00 +0000 (12:53 +0100)
commitc2d20ade68bb8d0ddf66e59285c1cae1f90ef155
treee365613832b5c91b411423a4ae3927af26398bd1
parent126444015bdab586d9387ee724b3cb9e7eb593d8
rpm: ensure -Werror is disabled for mingw builds on Fedora

This copies the behaviour of the native builds that disable -Werror
on Fedora, since frequently updating toolchains and deps often
introduce new warnings.

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
libvirt.spec.in