one more noreturn

This commit is contained in:
christos 2019-03-10 21:52:00 +00:00
parent 00b9b09886
commit 24ea0e6557
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ prof_accum_add(tsdn_t *tsdn, prof_accum_t *prof_accum, uint64_t accumbytes) {
return overflow;
}
static inline void
static JEMALLOC_NORETURN inline void
prof_accum_cancel(tsdn_t *tsdn, prof_accum_t *prof_accum, size_t usize) {
cassert(config_prof);