mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 23:40:57 +01:00
ircd::buffer: Use __builtin_unreachable() for clang.
This commit is contained in:
parent
a5a267dcd5
commit
95e0ff3bbc
1 changed files with 1 additions and 0 deletions
|
@ -74,4 +74,5 @@ ircd::buffer::const_buffer::insert(const char *const &,
|
|||
const char &)
|
||||
{
|
||||
assert(0);
|
||||
__builtin_unreachable();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue