From 48237a6ddb273911873391c19f7a922c5278ea85 Mon Sep 17 00:00:00 2001 From: Lukacs Berki Date: Mon, 11 Apr 2016 08:17:58 +0000 Subject: Do not emit compiler warning on zlib. There are quite a few, and since the code base is quite stable and proven to work and is not out code anyway, there is no harm in ignoring them. -- MOS_MIGRATED_REVID=119507946 --- third_party/zlib/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/zlib') diff --git a/third_party/zlib/BUILD b/third_party/zlib/BUILD index 98751e60f3..64976684ee 100644 --- a/third_party/zlib/BUILD +++ b/third_party/zlib/BUILD @@ -4,7 +4,7 @@ cc_library( name = "zlib", srcs = glob(["*.c"]), hdrs = glob(["*.h"]), - copts = ["-Wno-error"], + copts = ["-w"], includes = ["."], visibility = ["//visibility:public"], ) -- cgit v1.2.3