mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Silence a compiler warning.
This commit is contained in:
parent
34e85b4182
commit
0800afd03f
1 changed files with 1 additions and 1 deletions
|
|
@ -1262,7 +1262,7 @@ void *
|
|||
je_realloc(void *ptr, size_t size)
|
||||
{
|
||||
void *ret;
|
||||
tsd_t *tsd;
|
||||
tsd_t *tsd JEMALLOC_CC_SILENCE_INIT(NULL);
|
||||
size_t usize JEMALLOC_CC_SILENCE_INIT(0);
|
||||
size_t old_usize = 0;
|
||||
UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue