commit | 918b08957c51ae079f8f456198f8a1869a3d2a4c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 08 20:09:24 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 08 20:09:24 2021 +0200 |
tree | 0ddfa45597c562fe4d6dde30330533408d185b35 | |
parent | 24f720998f852dd1ba861ec67d56625a507b915e [diff] [blame] |
patch 8.2.2845: MS-Windows: warning for signed/unsigned comparison Problem: MS-Windows: warning for signed/unsigned comparison. Solution: Add type cast.
diff --git a/src/version.c b/src/version.c index 68f05af..e8827c4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2845, +/**/ 2844, /**/ 2843,