summaryrefslogtreecommitdiffstats
path: root/source4/lib
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
commit1b16b425d36ca4f2b95124025569b98cccfd7764 (patch)
tree73829a5e0500a33c7f1fe9cbb61a61a49f411045 /source4/lib
parent19f30c3834ce7c3f4ef3e6f3038cfb0bca417166 (diff)
downloadsamba-1b16b425d36ca4f2b95124025569b98cccfd7764.tar.gz
samba-1b16b425d36ca4f2b95124025569b98cccfd7764.tar.xz
samba-1b16b425d36ca4f2b95124025569b98cccfd7764.zip
s4:lib/messaging: explicitly use allow_warnings=True
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/messaging/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/messaging/wscript_build b/source4/lib/messaging/wscript_build
index 4f352a7564e..c1b7e1e677d 100644
--- a/source4/lib/messaging/wscript_build
+++ b/source4/lib/messaging/wscript_build
@@ -4,10 +4,10 @@
bld.SAMBA_LIBRARY('MESSAGING',
source='messaging.c',
public_deps='samba-util tdb-wrap NDR_IRPC UNIX_PRIVS util_tdb cluster ndr samba_socket dcerpc',
- private_library=True
+ allow_warnings=True,
+ private_library=True
)
-
bld.SAMBA_PYTHON('python_messaging',
source='pymessaging.c',
deps='MESSAGING events pyparam_util',