lib/zlib: explicitly use allow_warnings=True
authorStefan Metzmacher <metze@samba.org>
Wed, 26 Feb 2014 06:35:22 +0000 (07:35 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 2 Apr 2014 07:03:46 +0000 (09:03 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/zlib/wscript

index aa300a8eff6ac5aa82e142e633dfe2853842c960..9965fe276014617c869bdc5fe36691efed357278 100644 (file)
@@ -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''')