mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
lib/ccan: explicitly use allow_warnings=True
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
06b48b028c
commit
a939027c6e
@ -145,6 +145,7 @@ def configure(conf):
|
||||
def ccan_module(bld, name, deps=''):
|
||||
bld.SAMBA_SUBSYSTEM('ccan-%s' % name,
|
||||
source=bld.path.ant_glob('%s/*.c' % name),
|
||||
allow_warnings=True,
|
||||
deps=deps)
|
||||
bld.env.CCAN_MODS += 'ccan-%s ' % name
|
||||
|
||||
@ -188,5 +189,6 @@ def build(bld):
|
||||
bld.SAMBA_LIBRARY('ccan',
|
||||
source='',
|
||||
deps=bld.env.CCAN_MODS,
|
||||
allow_warnings=True,
|
||||
private_library=True,
|
||||
grouping_library=True)
|
||||
|
Loading…
Reference in New Issue
Block a user