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:
@@ -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
|
||||
|
Reference in New Issue
Block a user