mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
ircd::net: attribute noreturn upon advice.
This commit is contained in:
parent
79a44e4587
commit
a318319ba4
1 changed files with 2 additions and 0 deletions
|
@ -2847,6 +2847,7 @@ noexcept
|
|||
assert(tags.empty());
|
||||
}
|
||||
|
||||
__attribute__((noreturn))
|
||||
void
|
||||
ircd::net::dns::resolver::sendq_worker()
|
||||
{
|
||||
|
@ -2893,6 +2894,7 @@ catch(const std::out_of_range &e)
|
|||
};
|
||||
}
|
||||
|
||||
__attribute__((noreturn))
|
||||
void
|
||||
ircd::net::dns::resolver::timeout_worker()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue