1
0
forked from aniani/vim

patch 9.0.0075: some compilers warn for using an uninitialized variable

Problem:    Some compilers warn for using an uninitialized variable. (Tony
            Mechelynck)
Solution:   Initialize the variable.
This commit is contained in:
Bram Moolenaar
2022-07-26 11:42:34 +01:00
parent 34a1f77979
commit be3dbda871
2 changed files with 4 additions and 2 deletions

View File

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