mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
Remove -Wundef for Windows
Windows headers tend to check _MSC_VER uncondtionally in some places, but use #ifdef _MSC_VER in other places.
This commit is contained in:
parent
57eb06be5e
commit
1cd74f1e40
1 changed files with 2 additions and 1 deletions
|
@ -240,8 +240,9 @@ AG_GST_SET_PLUGINDIR
|
|||
|
||||
dnl define an ERROR_CFLAGS Makefile variable
|
||||
dnl -Waggregate-return - libexif returns aggregates
|
||||
dnl -Wundef - Windows headers check _MSC_VER unconditionally
|
||||
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 -Wno-multichar
|
||||
-Wnested-externs])
|
||||
|
|
Loading…
Reference in a new issue