mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
ldb:wscript: remove allow_warnings=True for ldb_sample
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
b5ee6ae29d
commit
56503d32c3
@ -216,7 +216,6 @@ 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')
|
||||
|
Loading…
Reference in New Issue
Block a user