summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-03-16 22:06:57 +0100
committerBram Moolenaar <Bram@vim.org>2017-03-16 22:06:57 +0100
commit0c0d4eca4dd6252f22ec39f2d561a5e8a68e9a4e (patch)
tree1a04ce1b62c23c5c66a796739f6ec52d5b79e211 /src/version.c
parentf2405ed2321da4a879fe0b0703af780fc0432c63 (diff)
downloadvim-git-8.0.0469.tar.gz
patch 8.0.0469: compiler warnings on MS-Windowsv8.0.0469
Problem: Compiler warnings on MS-Windows. Solution: Add type casts. (Christian Brabandt)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index e235fb8d0..bc8500686 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 469,
+/**/
468,
/**/
467,