mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
missing USED
This commit is contained in:
parent
4dde63290c
commit
5aec445c23
1 changed files with 2 additions and 0 deletions
|
@ -732,6 +732,8 @@ getcib(Arena *arena, int clump, int writing, CIBlock *rock)
|
|||
static void
|
||||
putcib(Arena *arena, CIBlock *cib)
|
||||
{
|
||||
USED(arena);
|
||||
|
||||
putdblock(cib->data);
|
||||
cib->data = nil;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue