]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: remove -Werror from CFLAGS
authorShenghou Ma <minux@golang.org>
Thu, 27 Aug 2015 01:18:15 +0000 (21:18 -0400)
committerMinux Ma <minux@golang.org>
Thu, 3 Sep 2015 06:23:23 +0000 (06:23 +0000)
Fixes #12345.

Change-Id: I43d91e3f33171c333803036b29c3238c6aff3c60
Reviewed-on: https://go-review.googlesource.com/13962
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/cmd/dist/build.c

index b6c61b4918f6750f7e5fc9bf5031a0feaf9b5be3..8d82167b992045a02587113ad62cc50718de70de 100644 (file)
@@ -482,7 +482,6 @@ static char *proto_gccargs[] = {
        "-Wno-switch",
        "-Wno-comment",
        "-Wno-missing-field-initializers",
-       "-Werror",
        "-fno-common",
        "-ggdb",
        "-pipe",