0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.1.1896: compiler warning for unused variable

Problem:    Compiler warning for unused variable.
Solution:   Add #ifdef. (John Marriott)  Missing part of 8.1.1892.
This commit is contained in:
Bram Moolenaar
2019-08-20 23:14:15 +02:00
parent 6f10c70b59
commit eaf3524119
2 changed files with 7 additions and 3 deletions

View File

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