0
0
Fork 0
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:
Jason Volk 2020-02-11 14:11:49 -08:00
parent 8a790b2bb5
commit e95b9afb50

View file

@ -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