1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s4:torture/winbind: explicitly use allow_warnings=True

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Stefan Metzmacher 2014-02-26 07:35:22 +01:00 committed by Andrew Bartlett
parent 75cca8a306
commit fce5bc4f42

View File

@ -2,6 +2,7 @@
bld.SAMBA_MODULE('TORTURE_WINBIND',
source='winbind.c struct_based.c ../../../nsswitch/libwbclient/tests/wbclient.c',
allow_warnings=True,
autoproto='proto.h',
subsystem='smbtorture',
init_function='torture_winbind_init',