mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
wafsamba: explicitly use allow_warnings=True for SAMBA_PYTHON()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Apr 2 11:04:36 CEST 2014 on sn-devel-104
This commit is contained in:
parent
b7f8ec97db
commit
e1ec1f5d8d
@ -63,6 +63,7 @@ def SAMBA_PYTHON(bld, name,
|
||||
target_type='PYTHON',
|
||||
install_path='${PYTHONARCHDIR}',
|
||||
allow_undefined_symbols=True,
|
||||
allow_warnings=True,
|
||||
enabled=enabled)
|
||||
|
||||
Build.BuildContext.SAMBA_PYTHON = SAMBA_PYTHON
|
||||
|
Loading…
x
Reference in New Issue
Block a user