commit | 35be4534c029148a89ccc41e8e465d793e7ed7c2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 11 22:38:36 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 11 22:38:36 2015 +0100 |
tree | 68ccb6a9ed34fd033ebcaa2dbf0e6415fea1cffa | |
parent | b65c749ac5a8a990d53493e3b9677142b1b9e4ce [diff] [blame] |
patch 7.4.969 Problem: Compiler warnings on Windowx x64 build. Solution: Add type casts. (Mike Williams)
diff --git a/src/version.c b/src/version.c index 40a877d..62990fc 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 969, +/**/ 968, /**/ 967,