1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s4:lib/messaging: remove unused allow_warnings=True

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Stefan Metzmacher 2014-10-29 12:27:28 +01:00 committed by Jeremy Allison
parent e47456143c
commit 305e554b41

View File

@ -4,7 +4,6 @@
bld.SAMBA_LIBRARY('MESSAGING',
source='messaging.c',
public_deps='samba-util tdb-wrap NDR_IRPC UNIX_PRIVS util_tdb cluster ndr samba_socket dcerpc',
allow_warnings=True,
private_library=True
)