commit | 14cbf77845624e4bfc28a65a5debb81864cba2cf | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Fri Jan 28 18:54:13 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 28 18:54:13 2022 +0000 |
tree | 126472841859c10cea85376dddf6253166255e7d | |
parent | 57ff2b7068c03c89fbfc8930e1325274e72d22a3 [diff] [blame] |
patch 8.2.4244: MS-Windows: warning from MSVC on debug build Problem: MS-Windows: warning from MSVC on debug build. Solution: Adjust "/opt"o options. Remove unused variables. Make variables uppercase for consistency. (Ken Takata, closes #9647)
diff --git a/src/version.c b/src/version.c index 400f578..0caa33a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4244, +/**/ 4243, /**/ 4242,