commit | 902647d2dfb42dce8449dfbbc22dab27a528744d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 22 11:49:06 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 22 11:49:06 2016 +0200 |
tree | dbac9acc233c18992006da8d05c717223ad4aef8 | |
parent | 380130f1e18da92a44372728fe044f56db58585b [diff] [blame] |
patch 7.4.1774 Problem: Cterm true color feature has warnings. Solution: Add type casts.
diff --git a/src/version.c b/src/version.c index 51b45c2..3c5f94e 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1774, +/**/ 1773, /**/ 1772,