From 835f8b7e2ec6f5cd3556c7600ea7cfb400bad824 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 26 Feb 2014 07:35:22 +0100 Subject: s4:lib/registry: explicitly use allow_warnings=True Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- source4/lib/registry/wscript_build | 1 + 1 file changed, 1 insertion(+) diff --git a/source4/lib/registry/wscript_build b/source4/lib/registry/wscript_build index 495969a915..0055e2e378 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', -- cgit