summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/ndr_epmapper.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-07-22 11:54:54 +0200
committerMichael Adam <obnox@samba.org>2008-07-22 11:54:54 +0200
commit16a9020029f809707b38d12960db12abbd2ef1be (patch)
tree9dd1b3304d9a7dcd777a5f297e91f00c6b79f0d5 /source3/librpc/gen_ndr/ndr_epmapper.c
parentd616e6418db5cad4271bbe5caafdd20581574d49 (diff)
downloadsamba-16a9020029f809707b38d12960db12abbd2ef1be.tar.gz
samba-16a9020029f809707b38d12960db12abbd2ef1be.tar.bz2
samba-16a9020029f809707b38d12960db12abbd2ef1be.zip
re-run make idl after Jelmer's "poperly cast array lengths" pidl change.
(f321240fa91fa19c1131f119c42f64897d220682) Michael (This used to be commit 962c2670b10addf81a242d8cb381cc010e036b8e)
Diffstat (limited to 'source3/librpc/gen_ndr/ndr_epmapper.c')
-rw-r--r--source3/librpc/gen_ndr/ndr_epmapper.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/librpc/gen_ndr/ndr_epmapper.c b/source3/librpc/gen_ndr/ndr_epmapper.c
index ba2f7bd9c5..ab84d289cf 100644
--- a/source3/librpc/gen_ndr/ndr_epmapper.c
+++ b/source3/librpc/gen_ndr/ndr_epmapper.c
@@ -1562,7 +1562,7 @@ _PUBLIC_ void ndr_print_epm_tower(struct ndr_print *ndr, const char *name, const
ndr_set_flags(&ndr->flags, LIBNDR_FLAG_NOALIGN|LIBNDR_FLAG_LITTLE_ENDIAN);
ndr->depth++;
ndr_print_uint16(ndr, "num_floors", r->num_floors);
- ndr->print(ndr, "%s: ARRAY(%d)", "floors", r->num_floors);
+ ndr->print(ndr, "%s: ARRAY(%d)", "floors", (int)r->num_floors);
ndr->depth++;
for (cntr_floors_0=0;cntr_floors_0<r->num_floors;cntr_floors_0++) {
char *idx_0=NULL;
@@ -1844,7 +1844,7 @@ _PUBLIC_ void ndr_print_epm_Insert(struct ndr_print *ndr, const char *name, int
ndr_print_struct(ndr, "in", "epm_Insert");
ndr->depth++;
ndr_print_uint32(ndr, "num_ents", r->in.num_ents);
- ndr->print(ndr, "%s: ARRAY(%d)", "entries", r->in.num_ents);
+ ndr->print(ndr, "%s: ARRAY(%d)", "entries", (int)r->in.num_ents);
ndr->depth++;
for (cntr_entries_0=0;cntr_entries_0<r->in.num_ents;cntr_entries_0++) {
char *idx_0=NULL;
@@ -1924,7 +1924,7 @@ _PUBLIC_ void ndr_print_epm_Delete(struct ndr_print *ndr, const char *name, int
ndr_print_struct(ndr, "in", "epm_Delete");
ndr->depth++;
ndr_print_uint32(ndr, "num_ents", r->in.num_ents);
- ndr->print(ndr, "%s: ARRAY(%d)", "entries", r->in.num_ents);
+ ndr->print(ndr, "%s: ARRAY(%d)", "entries", (int)r->in.num_ents);
ndr->depth++;
for (cntr_entries_0=0;cntr_entries_0<r->in.num_ents;cntr_entries_0++) {
char *idx_0=NULL;
@@ -2124,7 +2124,7 @@ _PUBLIC_ void ndr_print_epm_Lookup(struct ndr_print *ndr, const char *name, int
ndr->depth++;
ndr_print_uint32(ndr, "num_ents", *r->out.num_ents);
ndr->depth--;
- ndr->print(ndr, "%s: ARRAY(%d)", "entries", *r->out.num_ents);
+ ndr->print(ndr, "%s: ARRAY(%d)", "entries", (int)*r->out.num_ents);
ndr->depth++;
for (cntr_entries_0=0;cntr_entries_0<*r->out.num_ents;cntr_entries_0++) {
char *idx_0=NULL;
@@ -2313,7 +2313,7 @@ _PUBLIC_ void ndr_print_epm_Map(struct ndr_print *ndr, const char *name, int fla
ndr->depth++;
ndr_print_uint32(ndr, "num_towers", *r->out.num_towers);
ndr->depth--;
- ndr->print(ndr, "%s: ARRAY(%d)", "towers", *r->out.num_towers);
+ ndr->print(ndr, "%s: ARRAY(%d)", "towers", (int)*r->out.num_towers);
ndr->depth++;
for (cntr_towers_0=0;cntr_towers_0<*r->out.num_towers;cntr_towers_0++) {
char *idx_0=NULL;