mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-23 19:32:13 +03:00
Eliminate innocuous compiler warnings.
This commit is contained in:
parent
764b00023f
commit
262146dfc4
1 changed files with 2 additions and 0 deletions
|
|
@ -683,6 +683,8 @@ prof_tctx_destroy(tsd_t *tsd, prof_tctx_t *tctx)
|
|||
break;
|
||||
default:
|
||||
not_reached();
|
||||
destroy_tctx = false;
|
||||
destroy_gctx = false;
|
||||
}
|
||||
malloc_mutex_unlock(gctx->lock);
|
||||
if (destroy_gctx) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue