summaryrefslogtreecommitdiffstats
path: root/main/go/no-werror.patch
blob: 01f183edb078f73c2a693fd9540395df5ab4206e (plain)
1
2
3
4
5
6
7
8
9
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",