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