1
0
forked from aniani/vim

patch 8.0.0889: gcc gives warnings for uninitialized variables

Problem:    Gcc gives warnings for uninitialized variables. (Tony Mechelynck)
Solution:   Initialize variables even though they are not used.
This commit is contained in:
Bram Moolenaar
2017-08-07 21:26:29 +02:00
parent 116a0f800c
commit e20b3eba73
2 changed files with 6 additions and 0 deletions

View File

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