commit | 850d427f070a61267ef384a449992e72d2bea12c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 30 10:38:40 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 30 10:38:40 2018 +0200 |
tree | 08d8066830718d06d641f0afdf801eb65ec821d2 | |
parent | 13d3b05ed2cf9a54b18b4e8236f0af2c5386200c [diff] [blame] |
patch 8.0.1775: MS-Windows: warning for unused variable Problem: MS-Windows: warning for unused variable. Solution: Move declaration inside #ifdef. (Mike Williams)
diff --git a/src/version.c b/src/version.c index 10e446a..06b9af8 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1775, +/**/ 1774, /**/ 1773,