mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 21:23:06 +00:00
Prefer not_reached() over assert(false) where appropriate.
This commit is contained in:
@@ -484,8 +484,7 @@ malloc_conf_init(void)
|
||||
}
|
||||
break;
|
||||
} default:
|
||||
/* NOTREACHED */
|
||||
assert(false);
|
||||
not_reached();
|
||||
buf[0] = '\0';
|
||||
opts = buf;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user