summaryrefslogtreecommitdiffstats
path: root/main/gcc/16_all_libgo-Werror-pr53679.patch
blob: 3c1ece364082041eeb5c8bc4db8e6d51811e48d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
libgo does not respect --disable-werror

https://bugs.gentoo.org/423153
http://gcc.gnu.org/PR53679

--- a/libgo/configure
+++ b/libgo/configure
@@ -13384,7 +13384,7 @@ done
 WARN_FLAGS='-Wall -Wextra -Wwrite-strings -Wcast-qual'
 
 
-WERROR="-Werror"
+WERROR=""
 
 
 glibgo_toolexecdir=no