commit | 1daae446e58fd90f98c51ff3af8f54bfa5197751 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 22 23:25:25 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 22 23:25:25 2016 +0100 |
tree | 600fb0cd04048afbf74cbbd3b7ec4ee6b7a0fd11 | |
parent | eed284a16977ab81fa6da8c9562990ba498acd8c [diff] [blame] |
patch 7.4.1396 Problem: Compiler warnings for conversions. Solution: Add type cast.
diff --git a/src/version.c b/src/version.c index d028ca5..a476aae 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1396, +/**/ 1395, /**/ 1394,