diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-02-26 07:35:22 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-04-02 09:03:46 +0200 |
commit | a2c82a7d191575b7b7070b6f51cc750558e5b781 (patch) | |
tree | 0ce08c10a65482c04e911d451a8d5cbc5658374a | |
parent | cea6d7e4a30e3e656e7702074dad9573f39164e1 (diff) | |
download | samba-a2c82a7d191575b7b7070b6f51cc750558e5b781.tar.gz samba-a2c82a7d191575b7b7070b6f51cc750558e5b781.tar.xz samba-a2c82a7d191575b7b7070b6f51cc750558e5b781.zip |
s4:torture/libnetapi: explicitly use allow_warnings=True
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
-rw-r--r-- | source4/torture/libnetapi/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/libnetapi/wscript_build b/source4/torture/libnetapi/wscript_build index 4f579c9820..017a163505 100644 --- a/source4/torture/libnetapi/wscript_build +++ b/source4/torture/libnetapi/wscript_build @@ -2,6 +2,7 @@ bld.SAMBA_MODULE('TORTURE_LIBNETAPI', source='libnetapi.c libnetapi_user.c libnetapi_group.c libnetapi_server.c', + allow_warnings=True, autoproto='proto.h', subsystem='smbtorture', init_function='torture_libnetapi_init', |