summaryrefslogtreecommitdiffstats
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-10-29 12:27:28 +0100
committerJeremy Allison <jra@samba.org>2014-11-25 07:25:46 +0100
commit305e554b4173fa29dd465f501ac442f5e92d95d4 (patch)
tree06aaeab21df581d832d09a97b9456a0cb958c942 /source4
parente47456143c68239499b20bd7fa3784bc9db1ec59 (diff)
downloadsamba-305e554b4173fa29dd465f501ac442f5e92d95d4.tar.gz
samba-305e554b4173fa29dd465f501ac442f5e92d95d4.tar.xz
samba-305e554b4173fa29dd465f501ac442f5e92d95d4.zip
s4:lib/messaging: remove unused allow_warnings=True
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/messaging/wscript_build1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/messaging/wscript_build b/source4/lib/messaging/wscript_build
index c1b7e1e677..31a97a2550 100644
--- a/source4/lib/messaging/wscript_build
+++ b/source4/lib/messaging/wscript_build
@@ -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
)