mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
Add a bunch of warning flags
None of them trigger any warning
This commit is contained in:
parent
a9a7b8e372
commit
57eb06be5e
1 changed files with 6 additions and 2 deletions
|
@ -239,14 +239,18 @@ dnl set location of plugin directory
|
|||
AG_GST_SET_PLUGINDIR
|
||||
|
||||
dnl define an ERROR_CFLAGS Makefile variable
|
||||
dnl -Waggregate-return - libexif returns aggregates
|
||||
AG_GST_SET_ERROR_CFLAGS($GST_GIT, [
|
||||
-Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wundef
|
||||
-Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition ])
|
||||
-Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition
|
||||
-Wcast-align -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar
|
||||
-Wnested-externs])
|
||||
|
||||
dnl define an ERROR_CXXFLAGS Makefile variable
|
||||
AG_GST_SET_ERROR_CXXFLAGS($GST_GIT, [
|
||||
-Wmissing-declarations -Wredundant-decls -Wundef
|
||||
-Wwrite-strings -Wformat-nonliteral -Wformat-security ])
|
||||
-Wwrite-strings -Wformat-nonliteral -Wformat-security
|
||||
-Wcast-align -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar ])
|
||||
|
||||
dnl define correct level for debugging messages
|
||||
AG_GST_SET_LEVEL_DEFAULT($GST_GIT)
|
||||
|
|
Loading…
Reference in a new issue