commit | 0c0d4eca4dd6252f22ec39f2d561a5e8a68e9a4e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 16 22:06:57 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 16 22:06:57 2017 +0100 |
tree | 1a04ce1b62c23c5c66a796739f6ec52d5b79e211 | |
parent | f2405ed2321da4a879fe0b0703af780fc0432c63 [diff] [blame] |
patch 8.0.0469: compiler warnings on MS-Windows Problem: Compiler warnings on MS-Windows. Solution: Add type casts. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index e235fb8..bc85006 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 469, +/**/ 468, /**/ 467,