commit | 6aa2cd4be287f35f95f35c2cec6d5a24f53c4d3c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 16 15:06:59 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 16 15:06:59 2016 +0100 |
tree | d2277cebb1354524326ac1333b3bd47f7453c456 | |
parent | f8df7addc5f741c16fa2a458f8777ac1fdf2e01e [diff] [blame] |
patch 7.4.1334 Problem: Many compiler warnings with MingW. Solution: Add type casts. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index fa36298..481701a 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1334, +/**/ 1333, /**/ 1332,