free_vinum: clear up a warning message.
This commit is contained in:
parent
c7b8375f00
commit
b13c671e67
@ -213,7 +213,9 @@ vinum_modevent(module_t mod, modeventtype_t type, void *unused)
|
||||
#ifdef VINUMDEBUG
|
||||
if (total_malloced) {
|
||||
int i;
|
||||
#ifdef INVARIANTS
|
||||
int *poke;
|
||||
#endif
|
||||
|
||||
for (i = 0; i < malloccount; i++) {
|
||||
if (debug & DEBUG_EXITFREE) /* want to hear about them */
|
||||
|
Loading…
x
Reference in New Issue
Block a user