Fixed a warning.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5072 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -380,7 +380,7 @@ free(void *address)
|
||||
{
|
||||
uint32 deadbeef = 0xdeadbeef;
|
||||
uint8 *dead = (uint8 *)address;
|
||||
int32 i;
|
||||
uint32 i;
|
||||
|
||||
// the first 4 bytes are overwritten with the next free list pointer later
|
||||
for (i = 4; i < bin->element_size; i++)
|
||||
|
||||
Reference in New Issue
Block a user