mirror of
https://github.com/neovim/neovim.git
synced 2024-12-25 21:55:17 -07:00
build: silence maybe-uninitialized warning
False positive. From C:\msys64\mingw64\bin\gcc.exe (appveyor CI)
This commit is contained in:
parent
30996359ef
commit
50c8f19d61
@ -1455,7 +1455,7 @@ static int command_line_handle_key(CommandLineState *s)
|
||||
if (s->hiscnt != s->i) {
|
||||
// jumped to other entry
|
||||
char_u *p;
|
||||
int len;
|
||||
int len = 0;
|
||||
int old_firstc;
|
||||
|
||||
xfree(ccline.cmdbuff);
|
||||
|
Loading…
Reference in New Issue
Block a user