remove -Wcast-align

See: https://bugzilla.gnome.org/show_bug.cgi?id=615698
This commit is contained in:
Wim Taymans 2011-07-07 18:52:23 +02:00
parent fc6b32330a
commit 3008de63e4

View file

@ -135,7 +135,7 @@ dnl define an ERROR_CFLAGS Makefile variable
AG_GST_SET_ERROR_CFLAGS($GST_GIT, [
-Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wundef
-Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition
-Wcast-align -Winit-self -Wmissing-include-dirs -Waddress
-Winit-self -Wmissing-include-dirs -Waddress
-Waggregate-return -Wno-multichar -Wnested-externs ])
dnl define correct level for debugging messages