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 | f3fcb9649bb631a9bbe44c62e35fbc83c7b116a7 (patch) | |
tree | 35117279cf3f631eeb7c73fe5677a8a2202b42be /lib/ntdb | |
parent | a939027c6ee69f02e83c21ce419407373000d206 (diff) | |
download | samba-f3fcb9649bb631a9bbe44c62e35fbc83c7b116a7.tar.gz samba-f3fcb9649bb631a9bbe44c62e35fbc83c7b116a7.tar.xz samba-f3fcb9649bb631a9bbe44c62e35fbc83c7b116a7.zip |
lib/ntdb: explicitly use allow_warnings=True for ntdb-test-helpers
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/ntdb')
-rw-r--r-- | lib/ntdb/wscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ntdb/wscript b/lib/ntdb/wscript index 2513e5cf1c..af0358586d 100644 --- a/lib/ntdb/wscript +++ b/lib/ntdb/wscript @@ -190,7 +190,8 @@ def build(bld): bld.SAMBA_SUBSYSTEM('ntdb-test-helpers', bld.env.NTDB_TEST_HELPER_SRC, - deps='replace') + deps='replace', + allow_warnings=True) bld.SAMBA_SUBSYSTEM('ntdb-run-helpers', bld.env.NTDB_TEST_RUN_HELPER_SRC, deps='replace') |