mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 09:18:19 +00:00
vim-patch:8.2.0560: compiler warning in tiny build
Problem: Compiler warning in tiny build.
Solution: Move declaration inside #ifdef. (Dominique Pelle, closes vim/vim#5915)
2196bce56f
This commit is contained in:
@@ -508,7 +508,7 @@ static int throw_exception(void *value, except_type_T type, char_u *cmdname)
|
||||
|
||||
nomem:
|
||||
xfree(excp);
|
||||
suppress_errthrow = TRUE;
|
||||
suppress_errthrow = true;
|
||||
EMSG(_(e_outofmem));
|
||||
fail:
|
||||
current_exception = NULL;
|
||||
|
Reference in New Issue
Block a user