Eliminate innocuous compiler warnings.

This commit is contained in:
Jason Evans 2015-03-14 14:34:16 -07:00
parent 764b00023f
commit 262146dfc4

View File

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