mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
lib/popt: 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
9e0ae164a9
commit
ee3adcdff2
@ -15,4 +15,5 @@ def build(bld):
|
||||
bld.SAMBA_LIBRARY('popt',
|
||||
source='findme.c popt.c poptconfig.c popthelp.c poptparse.c',
|
||||
cflags='-DDBL_EPSILON=__DBL_EPSILON__',
|
||||
allow_warnings=True,
|
||||
private_library=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user