summaryrefslogtreecommitdiff
path: root/source4/torture/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-03-18 22:46:13 +0100
committerJeremy Allison <jra@samba.org>2015-03-20 20:43:12 +0100
commitc1c4dbe75986eb34739c169d9f3a7a74577afec9 (patch)
tree7d63e6ed6e33eb5ef3e27c79e5399c0f454b5958 /source4/torture/wscript_build
parentb504794bf5f47e660f45a1c261164357c70bf7de (diff)
downloadsamba-c1c4dbe75986eb34739c169d9f3a7a74577afec9.tar.gz
s4:torture/wscript_build: remove allow_warnings=True for TORTURE_NDR
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source4/torture/wscript_build')
-rwxr-xr-xsource4/torture/wscript_build1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build
index 21e2532bae3..1d88a72f07e 100755
--- a/source4/torture/wscript_build
+++ b/source4/torture/wscript_build
@@ -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'
)