commit | eaf35241197fc6b9ee9af993095bf5e6f35c8f1a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 20 23:14:15 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 20 23:14:15 2019 +0200 |
tree | 98255c3888f51816decea142576fe699db285c54 | |
parent | 6f10c70b59fa4e56aa479345fb0caeaac7429bfb [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 2b9a0c6..81e0d5a 100644 --- a/src/version.c +++ b/src/version.c
@@ -766,6 +766,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1896, +/**/ 1895, /**/ 1894,