comparison 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
comparison
equal deleted inserted replaced
12364:252f7d25c88f 12365:db99bd23c87f
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 1062,
772 /**/ 774 /**/
773 1061, 775 1061,
774 /**/ 776 /**/
775 1060, 777 1060,
776 /**/ 778 /**/