summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward.hervey@collabora.co.uk>2012-06-11 10:46:17 +0200
committerEdward Hervey <edward.hervey@collabora.co.uk>2012-06-11 11:28:48 +0200
commitdd64e6f4004463aec941ea6a3f227470eb787a07 (patch)
tree5c349a420c219ad08b29ae215384d1fb978eef5d
parent29a41ce2630036f19dc543adc7f3a9c7e6c285f4 (diff)
configure: Remove -Wcast-align
See https://bugzilla.gnome.org/show_bug.cgi?id=615698
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6c4f799..2186352 100644
--- a/configure.ac
+++ b/configure.ac
@@ -137,7 +137,7 @@ AG_GST_SET_PLUGINDIR
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
+ -Wformat-security -Wold-style-definition -Winit-self
-Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar
-Wnested-externs])