commit | 11640238289969a278876596a380952ffe25aad3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 06 20:53:29 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 06 20:53:29 2019 +0200 |
tree | 11d748719341943fb0d4dfd7cddac1fb45022f5c | |
parent | 2d7260d66575052124b76c8b97b957319111bfef [diff] [blame] |
patch 8.1.1130: MS-Windows: warning for unused variable Problem: MS-Windows: warning for unused variable. Solution: Remove the variable.
diff --git a/src/version.c b/src/version.c index 5da9578..0052232 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1130, +/**/ 1129, /**/ 1128,