forked from aniani/vim
patch 8.2.1960: warning for uninitialized variable
Problem: Warning for uninitialized variable. Solution: Initialize the variable.
This commit is contained in:
@@ -750,6 +750,10 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1960,
|
||||
/**/
|
||||
1959,
|
||||
/**/
|
||||
1959,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user