s4:torture/libnetapi: 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:46 +0000 (09:03 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/torture/libnetapi/wscript_build

index 4f579c9820d8e0923630e4ccef1ff0b1ba59bb0b..017a16350585b166ed1a39e219773623e0eda773 100644 (file)
@@ -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',