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

build: Allow warning on compile of libnetapi PIDL

This not-protocol only uses the print functions, but this means some other functions
are now unused, and as this is a special case it is better to just allow warnings
here.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14191

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Andrew Bartlett 2019-11-06 15:33:24 +13:00 committed by Douglas Bagnall
parent e45e342624
commit 5e0442efbe

View File

@ -2,7 +2,8 @@
bld.SAMBA3_SUBSYSTEM('NDR_LIBNETAPI',
source='gen_ndr/ndr_libnetapi.c',
public_deps='ndr'
public_deps='ndr',
allow_warnings=True
)
bld.SAMBA3_SUBSYSTEM('NDR_LIBNET_JOIN',