1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

wafsamba: remove unused allow_warnings=True from SAMBA_PYTHON()

This is not needed anymore all python bindings build without wawrnings now.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Stefan Metzmacher 2015-06-11 10:01:15 +02:00
parent 70737dd551
commit 86671dbd9f

View File

@ -109,7 +109,6 @@ def SAMBA_PYTHON(bld, name,
target_type='PYTHON',
install_path='${PYTHONARCHDIR}',
allow_undefined_symbols=True,
allow_warnings=True,
install=install,
enabled=enabled)