aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/zlib/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/zlib/BUILD')
-rw-r--r--third_party/zlib/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/zlib/BUILD b/third_party/zlib/BUILD
index 5ac0087345..98751e60f3 100644
--- a/third_party/zlib/BUILD
+++ b/third_party/zlib/BUILD
@@ -4,6 +4,7 @@ cc_library(
name = "zlib",
srcs = glob(["*.c"]),
hdrs = glob(["*.h"]),
+ copts = ["-Wno-error"],
includes = ["."],
visibility = ["//visibility:public"],
)