lib/socket_wrapper: 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/socket_wrapper/wscript_build

index 8e1c2962292a3916a45780e3ea5f23f2da45816a..6e41ed579e0974ec1ff098737bd3769758e0371a 100644 (file)
@@ -4,6 +4,7 @@ bld.SAMBA_LIBRARY('socket_wrapper',
                   source='socket_wrapper.c',
                   group='base_libraries',
                   private_library=True,
+                  allow_warnings=True,
                   enabled=bld.CONFIG_SET('SOCKET_WRAPPER'),
                   deps='replace')