1
0
forked from aniani/vim

patch 8.1.1983: compiler nags for uninitialized variable and unused function

Problem:    Compiler nags for uninitialized variable and unused function.
Solution:   Add unnecessary initialization.  Move function inside #ifdef.
This commit is contained in:
Bram Moolenaar
2019-09-04 18:53:12 +02:00
parent 6a124e622c
commit ea781459b9
3 changed files with 36 additions and 40 deletions

View File

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