mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
configure.ac: wrap overly long warning flag lines
This commit is contained in:
parent
621705f475
commit
05388ea820
1 changed files with 10 additions and 2 deletions
12
configure.ac
12
configure.ac
|
@ -309,10 +309,18 @@ AG_GST_SET_PLUGINDIR
|
||||||
|
|
||||||
dnl define an ERROR_CFLAGS Makefile variable
|
dnl define an ERROR_CFLAGS Makefile variable
|
||||||
dnl -Wformat-nonliteral - see ext/pango/gstclockoverlay.c and http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39438
|
dnl -Wformat-nonliteral - see ext/pango/gstclockoverlay.c and http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39438
|
||||||
AG_GST_SET_ERROR_CFLAGS($GST_GIT, [-Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wundef -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wcast-align -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs])
|
AG_GST_SET_ERROR_CFLAGS($GST_GIT, [
|
||||||
|
-Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wundef
|
||||||
|
-Wwrite-strings -Wformat-nonliteral -Wformat-security -Wcast-align
|
||||||
|
-Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return
|
||||||
|
-Wno-multichar -Wnested-externs ])
|
||||||
|
|
||||||
dnl define an ERROR_CXXFLAGS Makefile variable
|
dnl define an ERROR_CXXFLAGS Makefile variable
|
||||||
AG_GST_SET_ERROR_CXXFLAGS($GST_GIT, [-Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wundef -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wcast-align -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs])
|
AG_GST_SET_ERROR_CXXFLAGS($GST_GIT, [
|
||||||
|
-Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wundef
|
||||||
|
-Wwrite-strings -Wformat-nonliteral -Wformat-security -Wcast-align
|
||||||
|
-Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return
|
||||||
|
-Wno-multichar -Wnested-externs ])
|
||||||
|
|
||||||
dnl define correct level for debugging messages
|
dnl define correct level for debugging messages
|
||||||
AG_GST_SET_LEVEL_DEFAULT($GST_GIT)
|
AG_GST_SET_LEVEL_DEFAULT($GST_GIT)
|
||||||
|
|
Loading…
Reference in a new issue