mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-01 06:01:04 +00:00
remove -Wcast-align
See: https://bugzilla.gnome.org/show_bug.cgi?id=615698
This commit is contained in:
parent
fc6b32330a
commit
3008de63e4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue