From efd8950532fe00bd21d7762015d4f0bb9c980f87 Mon Sep 17 00:00:00 2001 From: horwitz Date: Mon, 29 Dec 2008 12:22:29 +0000 Subject: [PATCH] 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 --- navit/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4