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:
@@ -749,6 +749,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3943,
|
||||
/**/
|
||||
3942,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user