libvirt-glib/libvirt-glib-4.0.0-cast-align.patch
Daniel P. Berrangé f203fc1321 Disable -Wcast-align which causes problems with gtk-doc scanner on arm7
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2021-02-15 14:41:19 +00:00

12 lines
454 B
Diff

diff -rup libvirt-glib-4.0.0.orig/meson.build libvirt-glib-4.0.0.new/meson.build
--- libvirt-glib-4.0.0.orig/meson.build 2021-02-15 12:23:04.609036200 +0000
+++ libvirt-glib-4.0.0.new/meson.build 2021-02-15 14:39:27.150071607 +0000
@@ -175,7 +175,6 @@ cc_flags += [
'-Wbuiltin-declaration-mismatch',
'-Wbuiltin-macro-redefined',
'-Wcannot-profile',
- '-Wcast-align',
'-Wcast-align=strict',
'-Wcast-function-type',
'-Wchar-subscripts',