1
0
forked from aniani/vim

patch 8.2.1884: compiler warning for uninitialized variable

Problem:    Compiler warning for uninitialized variable. (John Marriott)
Solution:   Initialize with NULL.
This commit is contained in:
Bram Moolenaar
2020-10-22 12:31:49 +02:00
parent 4ce5fe4c87
commit a1224cb706
3 changed files with 9 additions and 1 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1884,
/**/
1883,
/**/