core:fix:reomve -Wmissing-prototypes -Wstrict-prototypes for g++ they are not available
authorhorwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 29 Dec 2008 12:22:29 +0000 (12:22 +0000)
committerhorwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 29 Dec 2008 12:22:29 +0000 (12:22 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1871 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/configure.in

index 90b933b..813db68 100644 (file)
@@ -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