aboutsummaryrefslogtreecommitdiffstats
path: root/community/go-bootstrap/no-werror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/go-bootstrap/no-werror.patch')
-rw-r--r--community/go-bootstrap/no-werror.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/go-bootstrap/no-werror.patch b/community/go-bootstrap/no-werror.patch
new file mode 100644
index 00000000000..01f183edb07
--- /dev/null
+++ b/community/go-bootstrap/no-werror.patch
@@ -0,0 +1,10 @@
+--- a/src/cmd/dist/build.c
++++ b/src/cmd/dist/build.c
+@@ -384,7 +384,6 @@ static char *proto_gccargs[] = {
+ "-Wno-switch",
+ "-Wno-comment",
+ "-Wno-missing-field-initializers",
+- "-Werror",
+ "-fno-common",
+ "-ggdb",
+ "-pipe",