1
0
forked from aniani/vim

patch 8.2.4992: compiler warning for possibly uninitialized variable

Problem:    Compiler warning for possibly uninitialized variable. (Tony
            Mechelynck)
Solution:   Initialize variable in the caller instead of in the function.
This commit is contained in:
Bram Moolenaar
2022-05-21 18:56:58 +01:00
parent 93c1573dd2
commit 5a01caa904
3 changed files with 5 additions and 3 deletions

View File

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