mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-05 01:46:16 +03:00
Prefer not_reached() over assert(false) where appropriate.
This commit is contained in:
parent
0135fb806e
commit
6556e28be1
5 changed files with 12 additions and 13 deletions
|
|
@ -554,7 +554,7 @@ malloc_vsnprintf(char *str, size_t size, const char *format, va_list ap)
|
|||
f++;
|
||||
break;
|
||||
}
|
||||
default: not_implemented();
|
||||
default: not_reached();
|
||||
}
|
||||
break;
|
||||
} default: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue