2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

eliminate compiler warnings (signed vs. unsigned)

This commit is contained in:
Bob Halley
1999-02-02 01:18:51 +00:00
parent 1c969834dc
commit fe47f41b13
5 changed files with 10 additions and 9 deletions

View File

@@ -427,7 +427,7 @@ add_rdataset_callback(dns_name_t *name, dns_rdataset_t *rdataset,
static dns_result_t
load(dns_db_t *db, char *filename) {
dns_rbtdb_t *rbtdb = (dns_rbtdb_t *)db;
unsigned int soacount, nscount;
int soacount, nscount;
REQUIRE(VALID_RBTDB(rbtdb));