mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +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
|
||||
|
||||
void mch_exit(int r)
|
||||
void mch_exit(int r) FUNC_ATTR_NORETURN
|
||||
{
|
||||
exiting = true;
|
||||
|
||||
|
Reference in New Issue
Block a user