summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Jansen <jansene@google.com>2023-07-06 00:18:45 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-07-06 00:18:45 +0000
commita25229d7fdaa2efaac0c01bae20b4790b563cc20 (patch)
tree43cc372ada01dd4ad011032a5e038c242b6ca0ee
parent4d8a1953829757b1e0c1ea91058c5e8aebaa3c40 (diff)
parent34537a55bba85f4607ec2ceae6732541d0e93f7a (diff)
downloadzlib-emu-master-dev.tar.gz
-rw-r--r--BUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index d2e79b0..5cc28c9 100644
--- a/BUILD
+++ b/BUILD
@@ -22,10 +22,11 @@ cc_library(
"zconf.h",
"zlib.h",
],
- local_defines = ["_LARGEFILE64_SOURCE=1"],
+ copts = ["-Wno-implicit-function-declaration"],
includes = [
".",
],
+ local_defines = ["_LARGEFILE64_SOURCE=1"],
)
alias(