summaryrefslogtreecommitdiff
path: root/source4/lib/registry
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-10-29 12:25:24 +0100
committerJeremy Allison <jra@samba.org>2014-11-25 07:25:45 +0100
commitc066506cb3539e0658515425d921bd532b4b6a96 (patch)
tree49f03741c91dc75b2074db58594ad1be7ec920af /source4/lib/registry
parentea132fd7d1dcf88402cbb0ad9a9cc2c27fdbf04a (diff)
downloadsamba-c066506cb3539e0658515425d921bd532b4b6a96.tar.gz
s4:lib/registry: remove unused allow_warnings=True
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source4/lib/registry')
-rw-r--r--source4/lib/registry/wscript_build1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/registry/wscript_build b/source4/lib/registry/wscript_build
index 0055e2e3783..495969a9150 100644
--- a/source4/lib/registry/wscript_build
+++ b/source4/lib/registry/wscript_build
@@ -12,7 +12,6 @@ bld.SAMBA_SUBSYSTEM('TDR_REGF',
bld.SAMBA_LIBRARY('registry',
source='interface.c util.c samba.c patchfile_dotreg.c patchfile_preg.c patchfile.c regf.c hive.c local.c ldb.c rpc.c',
- allow_warnings=True,
pc_files='registry.pc',
public_deps='dcerpc samba-util TDR_REGF ldb RPC_NDR_WINREG ldbsamba util_reg',
public_headers='registry.h',