mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-15 22:35:59 +00:00
Fixed warning: ordered comparison of pointer with integer zero
This commit is contained in:
@@ -212,9 +212,7 @@ static void SDL_UntrackAllocation(void *mem)
|
|||||||
}
|
}
|
||||||
prev = entry;
|
prev = entry;
|
||||||
}
|
}
|
||||||
if (s_tracked_allocations < 0) {
|
s_unknown_frees += 1;
|
||||||
s_unknown_frees += 1;
|
|
||||||
}
|
|
||||||
UNLOCK_ALLOCATOR();
|
UNLOCK_ALLOCATOR();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user