From: Stefan Metzmacher Date: Wed, 26 Feb 2014 06:35:22 +0000 (+0100) Subject: lib/ntdb: explicitly use allow_warnings=True for ntdb-test-helpers X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=f3fcb9649bb631a9bbe44c62e35fbc83c7b116a7;p=mat%2Fsamba.git lib/ntdb: explicitly use allow_warnings=True for ntdb-test-helpers Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- 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')