mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 10:55:34 +00:00
parent
22fcd9fa7f
commit
02be555df3
1 changed files with 2 additions and 2 deletions
|
@ -187,14 +187,14 @@ 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
|
||||
-Wmissing-declarations -Wmissing-prototypes -Wredundant-decls
|
||||
-Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition
|
||||
-Wcast-align -Winit-self -Wmissing-include-dirs -Waddress
|
||||
-Waggregate-return -Wno-multichar -Wnested-externs ])
|
||||
|
||||
dnl define an ERROR_CXXFLAGS Makefile variable
|
||||
AG_GST_SET_ERROR_CXXFLAGS($GST_GIT, [
|
||||
-Wmissing-declarations -Wredundant-decls -Wundef
|
||||
-Wmissing-declarations -Wredundant-decls
|
||||
-Wwrite-strings -Wformat-nonliteral -Wformat-security -Wcast-align
|
||||
-Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return
|
||||
-Wno-multichar])
|
||||
|
|
Loading…
Reference in a new issue