]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1062: Coverity warnings in libvterm v8.0.1062
authorBram Moolenaar <Bram@vim.org>
Tue, 5 Sep 2017 21:29:34 +0000 (23:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 5 Sep 2017 21:29:34 +0000 (23:29 +0200)
commitc3f81394eff2b3edc7ea08405743f0d32048374a
tree6597e5dbd4c9099da2d28747af9459a79004a4d2
parent6756c7037f07e1fb54e1b9d8e92567ac388617c4
patch 8.0.1062: Coverity warnings in libvterm

Problem:    Coverity warnings in libvterm.
Solution:   Add (void) to avoid warning for not checking return value.
            Add "break" before "case".
src/libvterm/src/screen.c
src/libvterm/src/state.c
src/version.c