mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-01 07:58:05 +03:00
Silence miscellaneous 64-to-32-bit data loss warnings.
This resolves #341.
This commit is contained in:
parent
8282a2ad97
commit
42ce80e15a
4 changed files with 14 additions and 15 deletions
|
|
@ -109,7 +109,7 @@ static char prof_dump_buf[
|
|||
1
|
||||
#endif
|
||||
];
|
||||
static unsigned prof_dump_buf_end;
|
||||
static size_t prof_dump_buf_end;
|
||||
static int prof_dump_fd;
|
||||
|
||||
/* Do not dump any profiles until bootstrapping is complete. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue