From d241a682bb4bff9b2247c8003e3f086ffb92cd6e Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Wed, 30 Sep 2015 08:31:12 +0000 Subject: community/go-bootstrap: moved from main --- community/go-bootstrap/no-werror.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 community/go-bootstrap/no-werror.patch (limited to 'community/go-bootstrap/no-werror.patch') diff --git a/community/go-bootstrap/no-werror.patch b/community/go-bootstrap/no-werror.patch new file mode 100644 index 0000000000..01f183edb0 --- /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", -- cgit v1.2.3