mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-17 12:55:53 +00:00
-Wold-style-definition is not valid for C++
This commit is contained in:
parent
382afe983b
commit
015ce708e4
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ AG_GST_SET_ERROR_CFLAGS($GST_GIT, [
|
|||
dnl define an ERROR_CXXFLAGS Makefile variable
|
||||
AG_GST_SET_ERROR_CXXFLAGS($GST_GIT, [
|
||||
-Wmissing-declarations -Wredundant-decls -Wundef
|
||||
-Wwrite-strings -Wold-style-definition -Wcast-align
|
||||
-Wwrite-strings -Wcast-align
|
||||
-Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar ])
|
||||
|
||||
dnl define correct level for debugging messages
|
||||
|
|
Loading…
Reference in a new issue