0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-25 09:58:54 +02:00

modules/magick: Appease clang's reachability analysis here.

This commit is contained in:
Jason Volk 2020-03-27 09:34:43 -07:00
parent fb59da6bbb
commit f20bdbceb8

View file

@ -925,6 +925,7 @@ ircd::magick::handle_fatal(const ExceptionType type,
};
ircd::terminate();
__builtin_unreachable();
}
void