1
0
forked from aniani/vim

patch 8.0.1272: warnings for unused variables in tiny build

Problem:    Warnings for unused variables in tiny build.
Solution:   Add #ifdef. (Dominique Pelle, closes #2288)
This commit is contained in:
Bram Moolenaar
2017-11-05 21:24:23 +01:00
parent fb094e14c1
commit 53ec79537a
2 changed files with 4 additions and 1 deletions

View File

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