mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 22:41:12 +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();
|
ircd::terminate();
|
||||||
|
__builtin_unreachable();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
@ -2182,6 +2183,7 @@ catch(...)
|
||||||
};
|
};
|
||||||
|
|
||||||
ircd::terminate();
|
ircd::terminate();
|
||||||
|
__builtin_unreachable();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue