From: Benjamin Otte Date: Sun, 21 Mar 2010 16:46:06 +0000 (+0100) Subject: -Wold-style-definition is not valid for C++ X-Git-Tag: 1.19.3~509^2~8912 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=015ce708e4332c2a68b5602f60023e4629c138ba;p=platform%2Fupstream%2Fgstreamer.git -Wold-style-definition is not valid for C++ --- diff --git a/configure.ac b/configure.ac index 86831cf..474f80d 100644 --- a/configure.ac +++ b/configure.ac @@ -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