summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-02-26 07:35:22 +0100
committerAndrew Bartlett <abartlet@samba.org>2014-04-02 09:03:46 +0200
commit9e0ae164a94727369050a9bbf840e02e022d216f (patch)
tree0d40f9297f1bdd4ba4da9fe678bd253ca996a82a
parentf3fcb9649bb631a9bbe44c62e35fbc83c7b116a7 (diff)
downloadsamba-9e0ae164a94727369050a9bbf840e02e022d216f.tar.gz
samba-9e0ae164a94727369050a9bbf840e02e022d216f.tar.xz
samba-9e0ae164a94727369050a9bbf840e02e022d216f.zip
lib/ldb: explicitly use allow_warnings=True
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
-rwxr-xr-xlib/ldb/wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ldb/wscript b/lib/ldb/wscript
index 071038cae99..07c5d9aca79 100755
--- a/lib/ldb/wscript
+++ b/lib/ldb/wscript
@@ -141,6 +141,7 @@ def build(bld):
pc_files='ldb.pc',
vnum=VERSION,
private_library=private_library,
+ allow_warnings=True,
manpages='man/ldb.3',
abi_directory='ABI',
abi_match = abi_match)
@@ -205,6 +206,7 @@ def build(bld):
'tests/sample_module.c',
init_function='ldb_sample_init',
internal_module=False,
+ allow_warnings=True,
module_init_name='ldb_init_module',
deps='ldb',
subsystem='ldb')
@@ -242,6 +244,7 @@ def build(bld):
'common/ldb.c',
deps='tevent tdb',
includes='include',
+ allow_warnings=True,
cflags=['-DLDB_MODULESDIR=\"%s\"' % modules_dir])
LDB_TOOLS='ldbadd ldbsearch ldbdel ldbmodify ldbedit ldbrename'