mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
ircd::net: Indicate unreachable after terminate.
This commit is contained in:
parent
8a790b2bb5
commit
e95b9afb50
1 changed files with 2 additions and 0 deletions
|
@ -2075,6 +2075,7 @@ catch(...)
|
|||
};
|
||||
|
||||
ircd::terminate();
|
||||
__builtin_unreachable();
|
||||
}
|
||||
|
||||
bool
|
||||
|
@ -2182,6 +2183,7 @@ catch(...)
|
|||
};
|
||||
|
||||
ircd::terminate();
|
||||
__builtin_unreachable();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue