From: horwitz Date: Mon, 29 Dec 2008 12:22:29 +0000 (+0000) Subject: core:fix:reomve -Wmissing-prototypes -Wstrict-prototypes for g++ they are not available X-Git-Tag: navit-0.5.0.5194svn~3287 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=efd8950532fe00bd21d7762015d4f0bb9c980f87;p=profile%2Fivi%2Fnavit.git core:fix:reomve -Wmissing-prototypes -Wstrict-prototypes for g++ they are not available git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1871 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- diff --git a/navit/configure.in b/navit/configure.in index 90b933b..813db68 100644 --- a/navit/configure.in +++ b/navit/configure.in @@ -66,7 +66,7 @@ AM_PROG_CC_C_O AC_PROG_CXX if eval "test x$GXX = xyes"; then - CXXFLAGS="$CXXFLAGS -Wall -Wcast-align -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE" + CXXFLAGS="$CXXFLAGS -Wall -Wcast-align -Wpointer-arith -Wreturn-type -D_GNU_SOURCE" fi PKG_CHECK_EXISTS