From 7a6be06066e4377e39eca5fb8b6ba66240fca707 Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 17 Apr 2014 16:17:49 +0200 Subject: fixes for mysql 5.6 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 86fda3a..5e655dc 100644 --- a/configure.ac +++ b/configure.ac @@ -62,8 +62,8 @@ AC_PROG_LIBTOOL AC_PROG_CXX AC_PROG_CPP -#we can add the following flags for better error catching: -Werror -Wimplicit -CPPFLAGS="$CPPFLAGS -Werror -Wimplicit" +#we can add the following flags for better error catching: -Werror +CPPFLAGS="$CPPFLAGS -Werror" # From MySQL: Disable exceptions as they seams to create problems with gcc and threads. CXXFLAGS="$CXXFLAGS -fno-exceptions -fno-rtti" -- cgit v1.2.3