aboutsummaryrefslogtreecommitdiffstats
path: root/main/putty/fix-ppc64le-disable-werror.patch
blob: 2dba28bdb73c3c2c2155357770cf0284d880c99a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/configure b/configure
index d68c382..5db360e 100755
--- a/configure
+++ b/configure
@@ -5995,7 +5995,7 @@ fi
 
 if test "x$GCC" = "xyes"; then
   :
-  WARNINGOPTS='-Wall -Werror -Wpointer-arith -Wvla'
+  WARNINGOPTS='-Wall -Wpointer-arith -Wvla'
 
 else
   :