0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-05 15:18:52 +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()); assert(tags.empty());
} }
__attribute__((noreturn))
void void
ircd::net::dns::resolver::sendq_worker() ircd::net::dns::resolver::sendq_worker()
{ {
@ -2893,6 +2894,7 @@ catch(const std::out_of_range &e)
}; };
} }
__attribute__((noreturn))
void void
ircd::net::dns::resolver::timeout_worker() ircd::net::dns::resolver::timeout_worker()
{ {