s4:torture/wscript_build: remove allow_warnings=True for TORTURE_NDR
authorStefan Metzmacher <metze@samba.org>
Wed, 18 Mar 2015 21:46:13 +0000 (22:46 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 20 Mar 2015 19:43:12 +0000 (20:43 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/torture/wscript_build

index 21e2532bae3efd6f2feb14a33c2776856c1fe9fb..1d88a72f07e29e8a19c8cef5b703f62db835da5a 100755 (executable)
@@ -42,7 +42,6 @@ if bld.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'):
 
 bld.SAMBA_SUBSYSTEM('TORTURE_NDR',
        source='ndr/ndr.c ndr/winreg.c ndr/atsvc.c ndr/lsa.c ndr/epmap.c ndr/dfs.c ndr/netlogon.c ndr/drsuapi.c ndr/spoolss.c ndr/ntprinting.c ndr/samr.c ndr/dfsblob.c ndr/drsblobs.c ndr/nbt.c ndr/ntlmssp.c ndr/string.c ndr/backupkey.c',
-       allow_warnings=True,
        autoproto='ndr/proto.h',
        deps='torture'
        )