os_unix: Mark mch_exit as NORETURN

This commit is contained in:
James McCoy
2017-04-20 01:13:24 -04:00
parent 77f8aebf41
commit 63ad4caab5

View File

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