aboutsummaryrefslogtreecommitdiffstats
path: root/main/gnats/no-werror.patch
blob: e7d4d14e5ecb63a1dfc8d3b3db5e2e62b530ea59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/configure b/configure
index dfacf87..c3bdb3a 100755
--- a/configure
+++ b/configure
@@ -6722,7 +6722,7 @@ fi
 
 
 if test "x$GCC" = "xyes" ; then
-		GCC_CFLAGS="-ansi -Werror -Wall"
+		GCC_CFLAGS="-ansi -Wall"
 
 		{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -Wextra" >&5
 $as_echo_n "checking whether C compiler accepts -Wextra... " >&6; }