mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
os_unix: Mark mch_exit as NORETURN
This commit is contained in:
@@ -133,7 +133,7 @@ void mch_free_acl(vim_acl_T aclent)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void mch_exit(int r)
|
void mch_exit(int r) FUNC_ATTR_NORETURN
|
||||||
{
|
{
|
||||||
exiting = true;
|
exiting = true;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user