commit | 9cf39cc57f63f57b4a335cd25371eb456824f049 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 27 21:46:19 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 27 21:46:19 2017 +0200 |
tree | db2eacc3a3914f2de13dd3880616b2886ef311e4 | |
parent | 1ec96c926974208bd47710384c8202c47d0752d0 [diff] [blame] |
patch 8.0.1157: compiler warning on MS-Windows Problem: Compiler warning on MS-Windows. Solution: Add type cast. (Yasuhiro Matsomoto)
diff --git a/src/version.c b/src/version.c index 902b05c..cf76f81 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1157, +/**/ 1156, /**/ 1155,