commit | 135e15251efd96c960e51e8ab31333c2d6887983 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Sat Jan 29 15:27:58 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 29 15:27:58 2022 +0000 |
tree | 580dd95f4442cd1bc356fcac07de2a4ef1e00e37 | |
parent | d5cec1f1f055316c353cfa15ad8d5eb0952d50a0 [diff] [blame] |
patch 8.2.4256: MS-Windows: compiler warnings when compiled with /W4 Problem: MS-Windows: compiler warnings when compiled with /W4. Solution: Small adjustments to the code. (Ken Takata, closes #9659)
diff --git a/src/version.c b/src/version.c index 3e4072d..c76a475 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4256, +/**/ 4255, /**/ 4254,