aboutsummaryrefslogtreecommitdiffstats
path: root/main/putty/fix-ppc64le-disable-werror.patch
blob: b42a99e9627d89f8867a30d1579bdf8c214fb61a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure
+++ b/configure
@@ -5853,7 +5853,7 @@
 
 if test "x$GCC" = "xyes"; then
   :
-  WARNINGOPTS='-Wall -Werror'
+  WARNINGOPTS='-Wall '
 
 else
   :