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, 0 insertions, 10 deletions
diff --git a/community/go-bootstrap/no-werror.patch b/community/go-bootstrap/no-werror.patch
deleted file mode 100644
index 01f183edb07..00000000000
--- a/community/go-bootstrap/no-werror.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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",