mirror of
https://github.com/samba-team/samba.git
synced 2025-08-07 09:49:30 +03:00
s4:lib/events: 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:
committed by
Andrew Bartlett
parent
7e3e5738e4
commit
19f30c3834
@ -5,5 +5,6 @@ bld.SAMBA_LIBRARY('events',
|
||||
source='tevent_s4.c',
|
||||
deps='samba-util',
|
||||
public_deps='tevent',
|
||||
allow_warnings=True,
|
||||
private_library=True
|
||||
)
|
||||
|
Reference in New Issue
Block a user