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:
parent
09fb085b85
commit
5158ae4dcd
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user