From 1b42152454279d0df1a1e0aba0aac807abcea7ab Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Thu, 23 Oct 2008 13:41:44 -0700 Subject: Fix "ndr_size_PAC_LOGON_INFO defined but not used" build warning This patch removes the gensize option from krb5pac.idl because it generates an unused function that has been causing warnings during the s3 build. I re-ran 'make samba3-idl' to update the generated files for s3. For s4 I ran a full build with no problems. --- source3/librpc/gen_ndr/ndr_krb5pac.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/librpc/gen_ndr/ndr_krb5pac.c') diff --git a/source3/librpc/gen_ndr/ndr_krb5pac.c b/source3/librpc/gen_ndr/ndr_krb5pac.c index f9e93e5210..125fb7eb77 100644 --- a/source3/librpc/gen_ndr/ndr_krb5pac.c +++ b/source3/librpc/gen_ndr/ndr_krb5pac.c @@ -161,11 +161,6 @@ _PUBLIC_ void ndr_print_PAC_LOGON_INFO(struct ndr_print *ndr, const char *name, ndr->depth--; } -static size_t ndr_size_PAC_LOGON_INFO(const struct PAC_LOGON_INFO *r, int flags) -{ - return ndr_size_struct(r, flags, (ndr_push_flags_fn_t)ndr_push_PAC_LOGON_INFO); -} - _PUBLIC_ enum ndr_err_code ndr_push_PAC_LOGON_INFO_CTR(struct ndr_push *ndr, int ndr_flags, const struct PAC_LOGON_INFO_CTR *r) { if (ndr_flags & NDR_SCALARS) { -- cgit