Silence an unused variable warning.

Reported by Ricardo Nabinger Sanchez.
This commit is contained in:
Jason Evans 2013-10-19 17:19:49 -07:00
parent dd6ef0302f
commit 3ab682d341

View File

@ -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);