summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhorwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-12-29 12:22:29 +0000
committerhorwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-12-29 12:22:29 +0000
commit391cf8092560929bc8c7b27b2bda49d450fbcf2d (patch)
treec5004dd34259d52f2d851dab614615aedeb697c8
parenteb242400014d1e7f347e7b82dbee04ce3dbfa3fa (diff)
downloadnavit-391cf8092560929bc8c7b27b2bda49d450fbcf2d.tar.gz
core:fix:reomve -Wmissing-prototypes -Wstrict-prototypes for g++ they are not available
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1871 ffa7fe5e-494d-0410-b361-a75ebd5db220
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 90b933b1e..813db68c5 100644
--- a/configure.in
+++ b/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