commit | c3f81394eff2b3edc7ea08405743f0d32048374a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 05 23:29:34 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 05 23:29:34 2017 +0200 |
tree | 6597e5dbd4c9099da2d28747af9459a79004a4d2 | |
parent | 6756c7037f07e1fb54e1b9d8e92567ac388617c4 [diff] [blame] |
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".
diff --git a/src/version.c b/src/version.c index 741536e..5fe8eed 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1062, +/**/ 1061, /**/ 1060,