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
commit7e3e5738e4bcc461aac27d1202b6e1990878f27c (patch)
treec8063bee407a5fb2352e3e66e4a4be7dd6ab5949 /source4/lib
parent7a53e14d3b4307bdb12c7a9fa847a12f41dfb033 (diff)
downloadsamba-7e3e5738e4bcc461aac27d1202b6e1990878f27c.tar.gz
samba-7e3e5738e4bcc461aac27d1202b6e1990878f27c.tar.xz
samba-7e3e5738e4bcc461aac27d1202b6e1990878f27c.zip
s4:lib/com: 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/com/wscript_build2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/com/wscript_build b/source4/lib/com/wscript_build
index 2794d6623b1..763de1fdca3 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'