silence compiler warning

(cherry picked from commit fa8b66c5f4e6589c6574be0d42b94fbd3084326e)
This commit is contained in:
Mark Andrews 2016-03-09 15:02:17 +11:00
parent f5e7794860
commit 0c7a7793a5

View file

@ -337,7 +337,7 @@ totext_ctx_init(const dns_master_style_t *style, dns_totext_ctx_t *ctx) {
return (DNS_R_TEXTTOOLONG);
isc_buffer_putmem(&buf,
(const isc_uint8_t *) dns_master_indentstr,
ilen);
(unsigned int)ilen);
}
if ((ctx->style.flags & DNS_STYLEFLAG_COMMENTDATA) != 0) {