mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 16:33:53 +01:00
modules/magick: Appease clang's reachability analysis here.
This commit is contained in:
parent
fb59da6bbb
commit
f20bdbceb8
1 changed files with 1 additions and 0 deletions
|
@ -925,6 +925,7 @@ ircd::magick::handle_fatal(const ExceptionType type,
|
|||
};
|
||||
|
||||
ircd::terminate();
|
||||
__builtin_unreachable();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue