From 305e554b4173fa29dd465f501ac442f5e92d95d4 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 29 Oct 2014 12:27:28 +0100 Subject: [PATCH] s4:lib/messaging: remove unused allow_warnings=True Signed-off-by: Stefan Metzmacher Reviewed-by: Jeremy Allison --- source4/lib/messaging/wscript_build | 1 - 1 file changed, 1 deletion(-) diff --git a/source4/lib/messaging/wscript_build b/source4/lib/messaging/wscript_build index c1b7e1e677d..31a97a25504 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 )