summaryrefslogtreecommitdiff
path: root/lib/zlib
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-02-26 07:35:22 +0100
committerAndrew Bartlett <abartlet@samba.org>2014-04-02 09:03:46 +0200
commit09fb085b85b1fe63a2005b9dec81e68110e67d07 (patch)
tree5485f591f2d33be7ce9dbab36b1d2a12a3301dee /lib/zlib
parentee3adcdff2fa77eef6289c8949608a53531406a3 (diff)
downloadsamba-09fb085b85b1fe63a2005b9dec81e68110e67d07.tar.gz
lib/zlib: explicitly use allow_warnings=True
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/zlib')
-rw-r--r--lib/zlib/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/zlib/wscript b/lib/zlib/wscript
index aa300a8eff6..9965fe27601 100644
--- a/lib/zlib/wscript
+++ b/lib/zlib/wscript
@@ -24,6 +24,7 @@ def build(bld):
bld.SAMBA_LIBRARY('z',
private_library=True,
deps='replace',
+ allow_warnings=True,
source='''adler32.c compress.c crc32.c gzio.c
uncompr.c deflate.c trees.c zutil.c
inflate.c infback.c inftrees.c inffast.c''')