diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-02-26 07:35:22 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-04-02 09:03:46 +0200 |
commit | 09fb085b85b1fe63a2005b9dec81e68110e67d07 (patch) | |
tree | 5485f591f2d33be7ce9dbab36b1d2a12a3301dee | |
parent | ee3adcdff2fa77eef6289c8949608a53531406a3 (diff) | |
download | samba-09fb085b85b1fe63a2005b9dec81e68110e67d07.tar.gz samba-09fb085b85b1fe63a2005b9dec81e68110e67d07.tar.xz samba-09fb085b85b1fe63a2005b9dec81e68110e67d07.zip |
lib/zlib: explicitly use allow_warnings=True
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
-rw-r--r-- | lib/zlib/wscript | 1 |
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''') |