]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
explicitly cast to (unsigned int)
authorMark Andrews <marka@isc.org>
Mon, 20 Feb 2017 06:05:53 +0000 (17:05 +1100)
committerMark Andrews <marka@isc.org>
Mon, 20 Feb 2017 06:29:18 +0000 (17:29 +1100)
lib/dns/masterdump.c

index c7f052b2696b462e7218eb5b644533af303b6660..8dc1703f98d76c05e5defde2494d0740c6eeab8e 100644 (file)
@@ -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,