Eliminate innocuous compiler warnings.
This commit is contained in:
parent
764b00023f
commit
262146dfc4
@ -683,6 +683,8 @@ prof_tctx_destroy(tsd_t *tsd, prof_tctx_t *tctx)
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
not_reached();
|
not_reached();
|
||||||
|
destroy_tctx = false;
|
||||||
|
destroy_gctx = false;
|
||||||
}
|
}
|
||||||
malloc_mutex_unlock(gctx->lock);
|
malloc_mutex_unlock(gctx->lock);
|
||||||
if (destroy_gctx) {
|
if (destroy_gctx) {
|
||||||
|
Loading…
Reference in New Issue
Block a user