commit | 1b58cdd160c2e0ada0f638679a2aa27e4665fc48 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 22 23:04:33 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 22 23:04:33 2016 +0200 |
tree | 5a88e5a7aec9e04bc428c6a9e468cb2fc7ae2edb | |
parent | 17f1347b867cbcc0ce380bf9a2466b4c31896f04 [diff] [blame] |
patch 7.4.2243 Problem: Warning for assigning negative value to unsigned. (Danek Duvall) Solution: Make cterm_normal_fg_gui_color and _bg_ guicolor_T, cast to long_u only when an unsigned is needed.
diff --git a/src/version.c b/src/version.c index 70bed2c..644cd6b 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2243, +/**/ 2242, /**/ 2241,