diff src/version.c @ 12365:db99bd23c87f v8.0.1062

patch 8.0.1062: Coverity warnings in libvterm commit https://github.com/vim/vim/commit/c3f81394eff2b3edc7ea08405743f0d32048374a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 5 23:29:34 2017 +0200 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".
author Christian Brabandt <cb@256bit.org>
date Tue, 05 Sep 2017 23:30:05 +0200
parents 85fef6805d73
children 7ae2b2c84ec5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1062,
+/**/
     1061,
 /**/
     1060,