]> granicus.if.org Git - vim/commit
patch 7.4.2243 v7.4.2243
authorBram Moolenaar <Bram@vim.org>
Mon, 22 Aug 2016 21:04:33 +0000 (23:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 22 Aug 2016 21:04:33 +0000 (23:04 +0200)
commit1b58cdd160c2e0ada0f638679a2aa27e4665fc48
tree5a88e5a7aec9e04bc428c6a9e468cb2fc7ae2edb
parent17f1347b867cbcc0ce380bf9a2466b4c31896f04
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.
18 files changed:
src/globals.h
src/gui.c
src/gui_gtk_x11.c
src/gui_mac.c
src/gui_photon.c
src/gui_w32.c
src/gui_x11.c
src/proto/gui_gtk_x11.pro
src/proto/gui_mac.pro
src/proto/gui_photon.pro
src/proto/gui_w32.pro
src/proto/gui_x11.pro
src/proto/term.pro
src/screen.c
src/structs.h
src/syntax.c
src/term.c
src/version.c