Skip to content

Make it possible to use --fatal-meson-warnings in CI

Daniel P. Berrangé requested to merge berrange/libvirt-dbus:meson into master

The --fatal-meson-warnings flag is useful to raise an error if we use a meson feature that is newer than our min declared version. To make use of this though we have to deal with our compiler flag handling which currently triggers warnings.

The approach taken here will be applicable to the other libvirt related projects using meson too.

Merge request reports