From 75cca8a3068ab9a32c98c43aa790325b39b90d8b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 26 Feb 2014 07:35:22 +0100 Subject: s4:torture/smb2: explicitly use allow_warnings=True Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- source4/torture/smb2/wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture') 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, -- cgit