build: silence maybe-uninitialized warning

False positive. From C:\msys64\mingw64\bin\gcc.exe (appveyor CI)
This commit is contained in:
Justin M. Keyes 2017-08-05 21:53:03 +02:00
parent 30996359ef
commit 50c8f19d61

View File

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