0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-04 17:48:35 +02:00

ircd::net: attribute noreturn upon advice.

This commit is contained in:
Jason Volk 2018-05-08 14:32:40 -07:00
parent 79a44e4587
commit a318319ba4

View file

@ -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()
{