From: Mark Andrews Date: Mon, 8 Oct 2012 03:30:10 +0000 (+1100) Subject: silence compiler warning X-Git-Tag: v9.10.0a1~810 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=1559dfd3415fea8857e1efa4cf110edb488d77d1;p=thirdparty%2Fbind9.git silence compiler warning --- diff --git a/lib/dns/rpz.c b/lib/dns/rpz.c index 5ed2d2c00d5..65c94baf835 100644 --- a/lib/dns/rpz.c +++ b/lib/dns/rpz.c @@ -191,6 +191,7 @@ dns_rpz_policy2str(dns_rpz_policy_t policy) { break; default: str = ""; + POST(str); INSIST(0); } return (str);