mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 13:13:06 +00:00
Silence miscellaneous 64-to-32-bit data loss warnings.
This commit is contained in:
@@ -989,7 +989,7 @@ prof_dump_close(bool propagate_err)
|
||||
static bool
|
||||
prof_dump_write(bool propagate_err, const char *s)
|
||||
{
|
||||
unsigned i, slen, n;
|
||||
size_t i, slen, n;
|
||||
|
||||
cassert(config_prof);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user