waf: Allow building with MIT KRB5 >= 1.20
authorAndreas Schneider <asn@samba.org>
Mon, 4 Oct 2021 11:02:35 +0000 (13:02 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 20 Oct 2021 12:02:33 +0000 (12:02 +0000)
commit5d8e794551b5df835f07e2bd8348fef746144601
treef065873313a145a161a6156e62d89825dce528f6
parent459200caba04fd83ed650b9cdfe5b158cf9a149f
waf: Allow building with MIT KRB5 >= 1.20

gssrpc/xdr.h:105:1: error: function declaration isn’t a prototype
[-Werror=strict-prototypes]
  105 | typedef bool_t (*xdrproc_t)();
      | ^~~~~~~

This can't be fixed, as the protoype is variadic. It can take up to three
arguments.

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

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source4/kdc/wscript_build