summaryrefslogtreecommitdiffstats
path: root/source4/torture
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-02-26 07:35:22 +0100
committerAndrew Bartlett <abartlet@samba.org>2014-04-02 09:03:47 +0200
commit75cca8a3068ab9a32c98c43aa790325b39b90d8b (patch)
treee94c31a01f540303f529a2f5a69ea21c5cbfb14d /source4/torture
parenta2c82a7d191575b7b7070b6f51cc750558e5b781 (diff)
downloadsamba-75cca8a3068ab9a32c98c43aa790325b39b90d8b.tar.gz
samba-75cca8a3068ab9a32c98c43aa790325b39b90d8b.tar.xz
samba-75cca8a3068ab9a32c98c43aa790325b39b90d8b.zip
s4:torture/smb2: explicitly use allow_warnings=True
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/smb2/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/smb2/wscript_build b/source4/torture/smb2/wscript_build
index 42393c433dd..432e872d65a 100644
--- a/source4/torture/smb2/wscript_build
+++ b/source4/torture/smb2/wscript_build
@@ -5,6 +5,7 @@ bld.SAMBA_MODULE('TORTURE_SMB2',
smb2.c durable_open.c durable_v2_open.c oplock.c dir.c lease.c create.c
acls.c read.c compound.c streams.c ioctl.c rename.c
session.c delete-on-close.c''',
+ allow_warnings=True,
subsystem='smbtorture',
deps='LIBCLI_SMB2 POPT_CREDENTIALS torture NDR_IOCTL',
internal_module=True,