commit | 1be2ed6c11671eabefa0fc8600fd2af6cd3963e8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 10 19:11:58 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 10 19:11:58 2015 +0100 |
tree | babc9ae0bc1842aa76e4d27223fc837e56d0a6b2 | |
parent | 8648357841065295e39831d2b559d87ca01a7a7c [diff] [blame] |
patch 7.4.917 Problem: Compiler warning for comparing signed and unsigned. Solution: Add a type cast.
diff --git a/src/version.c b/src/version.c index 8effc14..0255d52 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 917, +/**/ 916, /**/ 915,