From 7e3e5738e4bcc461aac27d1202b6e1990878f27c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 26 Feb 2014 07:35:22 +0100 Subject: s4:lib/com: explicitly use allow_warnings=True Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- source4/lib/com/wscript_build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source4/lib/com/wscript_build b/source4/lib/com/wscript_build index 2794d6623b..763de1fdca 100644 --- a/source4/lib/com/wscript_build +++ b/source4/lib/com/wscript_build @@ -2,6 +2,7 @@ bld.SAMBA_SUBSYSTEM('COM', source='tables.c rot.c main.c', + allow_warnings=True, deps='samba-util samba-hostconfig events ndr NDR_DCOM' ) @@ -19,6 +20,7 @@ bld.SAMBA_SUBSYSTEM('DCOM', bld.SAMBA_MODULE('com_simple', source='classes/simple.c', + allow_warnings=True, deps='talloc', subsystem='COM', init_function='com_simple_init' -- cgit