Really disable -Wcast-align

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2021-02-15 14:51:03 +00:00
parent f203fc1321
commit ccb702b7b4

View File

@ -1,11 +1,12 @@
diff -rup libvirt-glib-4.0.0.orig/meson.build libvirt-glib-4.0.0.new/meson.build 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.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 +++ libvirt-glib-4.0.0.new/meson.build 2021-02-15 14:50:24.838971022 +0000
@@ -175,7 +175,6 @@ cc_flags += [ @@ -175,8 +175,6 @@ cc_flags += [
'-Wbuiltin-declaration-mismatch', '-Wbuiltin-declaration-mismatch',
'-Wbuiltin-macro-redefined', '-Wbuiltin-macro-redefined',
'-Wcannot-profile', '-Wcannot-profile',
- '-Wcast-align', - '-Wcast-align',
'-Wcast-align=strict', - '-Wcast-align=strict',
'-Wcast-function-type', '-Wcast-function-type',
'-Wchar-subscripts', '-Wchar-subscripts',
'-Wclobbered',