1
0
forked from aniani/vim

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".
This commit is contained in:
Bram Moolenaar
2017-09-05 23:29:34 +02:00
parent 6756c7037f
commit c3f81394ef
3 changed files with 4 additions and 1 deletions

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1062,
/**/
1061,
/**/