]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Sigh. Remove -Werror because it causes the ./configure test for working
authorJulian Seward <jseward@acm.org>
Sat, 20 Apr 2002 15:49:34 +0000 (15:49 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 20 Apr 2002 15:49:34 +0000 (15:49 +0000)
const qualifier to fail.  This causes config.h to #define const to nothing,
which causes the whole compilation to fail.

What's the right way to fix this?  I really like having -Werror.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@105

configure.in

index ebb40ee5badc27947a7364a7d38c575fe78a7a4b..92e500e47883aa3bda51c966e5effbb48255d437 100644 (file)
@@ -70,7 +70,7 @@ AC_MSG_RESULT([none])
 
 AC_SUBST(PREFERRED_STACK_BOUNDARY)
 
-CFLAGS="-Winline -Wall -Werror -Wshadow -O -fomit-frame-pointer -g"
+CFLAGS="-Winline -Wall -Wshadow -O -fomit-frame-pointer -g"
 AC_SUBST(CFLAGS)
 
 # Checks for the platform