1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

lib/socket_wrapper: 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:
Stefan Metzmacher 2014-02-26 07:35:22 +01:00 committed by Andrew Bartlett
parent 09fb085b85
commit 5158ae4dcd

View File

@ -4,6 +4,7 @@ bld.SAMBA_LIBRARY('socket_wrapper',
source='socket_wrapper.c',
group='base_libraries',
private_library=True,
allow_warnings=True,
enabled=bld.CONFIG_SET('SOCKET_WRAPPER'),
deps='replace')