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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user