s4:lib/messaging: remove unused allow_warnings=True
authorStefan Metzmacher <metze@samba.org>
Wed, 29 Oct 2014 11:27:28 +0000 (12:27 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 25 Nov 2014 06:25:46 +0000 (07:25 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/lib/messaging/wscript_build

index c1b7e1e677d2360fe8409900accf73bd974eb76b..31a97a2550408f5a2b2dafe15b48a9f9bdea25a5 100644 (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
        )