mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 16:58:17 +00:00
This should fix a particular false positive from clang 5.0.0 scan-build, which thinks that nlua_init() can continue after preserve_exit().
This commit is contained in:
@@ -577,8 +577,9 @@ int main(int argc, char **argv)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Exit properly */
|
||||
/// Exit properly
|
||||
void getout(int exitval)
|
||||
FUNC_ATTR_NORETURN
|
||||
{
|
||||
tabpage_T *tp, *next_tp;
|
||||
|
||||
|
Reference in New Issue
Block a user