mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-18 00:21:41 +03:00
Silence an unused variable warning.
Reported by Ricardo Nabinger Sanchez.
This commit is contained in:
parent
dd6ef0302f
commit
3ab682d341
1 changed files with 1 additions and 1 deletions
|
|
@ -1109,7 +1109,7 @@ epoch_ctl(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp,
|
|||
void *newp, size_t newlen)
|
||||
{
|
||||
int ret;
|
||||
uint64_t newval;
|
||||
UNUSED uint64_t newval;
|
||||
|
||||
malloc_mutex_lock(&ctl_mtx);
|
||||
WRITE(newval, uint64_t);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue