1
0
forked from aniani/vim

patch 8.2.3943: compiler warning from gcc for uninitialized variable

Problem:    Compiler warning from gcc for uninitialized variable.
Solution:   Initialize variable. (closes #9429)
This commit is contained in:
Bram Moolenaar
2021-12-30 10:51:45 +00:00
parent 8e7cc6b920
commit 491669701c
2 changed files with 3 additions and 4 deletions

View File

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