0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 7.4.1220

Problem:    Warnings for unused variables in tiny build. (Tony Mechelynck)
Solution:   Move declarations inside #ifdef. (Hirohito Higashi)
This commit is contained in:
Bram Moolenaar
2016-01-31 14:13:21 +01:00
parent 937204a917
commit fa399af7ec
2 changed files with 9 additions and 7 deletions

View File

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