2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

4074. [cleanup] Cleaned up more warnings from gcc -Wshadow. [RT #38708]

This commit is contained in:
Mark Andrews
2015-02-27 10:55:55 +11:00
parent c10fda07d6
commit af669cb4fd
27 changed files with 210 additions and 207 deletions

View File

@@ -1257,9 +1257,9 @@ ispersistent(dns_db_t *db) {
}
static void
overmem(dns_db_t *db, isc_boolean_t overmem) {
overmem(dns_db_t *db, isc_boolean_t over) {
UNUSED(db);
UNUSED(overmem);
UNUSED(over);
}
static void