1
0
forked from aniani/vim

patch 9.0.0256: compiler warning for uninitialized variables

Problem:    Compiler warning for uninitialized variables.
Solution:   Initilize the variables.
This commit is contained in:
Bram Moolenaar
2022-08-24 17:32:35 +01:00
parent 0af2ecfe44
commit 5214b29461
2 changed files with 4 additions and 2 deletions

View File

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