commit | c7488a7fc8ed0d4fd9cc440117ff848170321517 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 26 12:23:04 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 26 12:23:04 2019 +0200 |
tree | 010f457a887fcfc5faebf3e55d1cb0cb105654e8 | |
parent | 1fd30d7bae1b3e57f008c052d765a3ec73d58114 [diff] [blame] |
patch 8.1.2217: compiler warning for unused variable Problem: Compiler warning for unused variable. Solution: Move variable inside #ifdef. (John Marriott)
diff --git a/src/version.c b/src/version.c index c95f305..71d8959 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2217, +/**/ 2216, /**/ 2215,