s4:torture/smb2: explicitly use allow_warnings=True
authorStefan Metzmacher <metze@samba.org>
Wed, 26 Feb 2014 06:35:22 +0000 (07:35 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 2 Apr 2014 07:03:47 +0000 (09:03 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/torture/smb2/wscript_build

index 42393c433dd088cce2db640cbb33664a71ab37ed..432e872d65af0d2f49761be76a43f4078df495d0 100644 (file)
@@ -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,