summaryrefslogtreecommitdiffstats
path: root/source4/lib
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
commit835f8b7e2ec6f5cd3556c7600ea7cfb400bad824 (patch)
treec4f17c3b24fe22c67a2553c9131b5fb19740be02 /source4/lib
parent1b16b425d36ca4f2b95124025569b98cccfd7764 (diff)
downloadsamba-835f8b7e2ec6f5cd3556c7600ea7cfb400bad824.tar.gz
samba-835f8b7e2ec6f5cd3556c7600ea7cfb400bad824.tar.xz
samba-835f8b7e2ec6f5cd3556c7600ea7cfb400bad824.zip
s4:lib/registry: explicitly use allow_warnings=True
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/registry/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/registry/wscript_build b/source4/lib/registry/wscript_build
index 495969a9150..0055e2e3783 100644
--- a/source4/lib/registry/wscript_build
+++ b/source4/lib/registry/wscript_build
@@ -12,6 +12,7 @@ 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',