From 4acedf9e13783c32a48133d29ed4be128b3fb1ff Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 20 Feb 2017 17:05:53 +1100 Subject: [PATCH] explicitly cast to (unsigned int) --- lib/dns/masterdump.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/dns/masterdump.c b/lib/dns/masterdump.c index c7f052b269..8dc1703f98 100644 --- a/lib/dns/masterdump.c +++ b/lib/dns/masterdump.c @@ -667,6 +667,7 @@ rdataset_totext(dns_rdataset_t *rdataset, RETERR(dns_rdata_tofmttext(&rdata, ctx->origin, + (unsigned int) ctx->style.flags, ctx->style.line_length - ctx->style.rdata_column,