summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/ndr_winreg.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc/gen_ndr/ndr_winreg.c')
-rw-r--r--source3/librpc/gen_ndr/ndr_winreg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/ndr_winreg.c b/source3/librpc/gen_ndr/ndr_winreg.c
index 0a53947513..1a861af29f 100644
--- a/source3/librpc/gen_ndr/ndr_winreg.c
+++ b/source3/librpc/gen_ndr/ndr_winreg.c
@@ -3807,7 +3807,7 @@ _PUBLIC_ void ndr_print_winreg_QueryMultipleValues(struct ndr_print *ndr, const
ndr->depth--;
ndr_print_ptr(ndr, "values", r->in.values);
ndr->depth++;
- ndr->print(ndr, "%s: ARRAY(%d)", "values", r->in.num_values);
+ ndr->print(ndr, "%s: ARRAY(%d)", "values", (int)r->in.num_values);
ndr->depth++;
for (cntr_values_1=0;cntr_values_1<r->in.num_values;cntr_values_1++) {
char *idx_1=NULL;
@@ -3836,7 +3836,7 @@ _PUBLIC_ void ndr_print_winreg_QueryMultipleValues(struct ndr_print *ndr, const
ndr->depth++;
ndr_print_ptr(ndr, "values", r->out.values);
ndr->depth++;
- ndr->print(ndr, "%s: ARRAY(%d)", "values", r->in.num_values);
+ ndr->print(ndr, "%s: ARRAY(%d)", "values", (int)r->in.num_values);
ndr->depth++;
for (cntr_values_1=0;cntr_values_1<r->in.num_values;cntr_values_1++) {
char *idx_1=NULL;