comparison src/version.c @ 17407:df340014f9e4 v8.1.1702

patch 8.1.1702: compiler warning for uninitialized variable commit https://github.com/vim/vim/commit/c7283078c318277aa4f52ff514e1dc3dc7fa0c80 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 16 20:12:44 2019 +0200 patch 8.1.1702: compiler warning for uninitialized variable Problem: Compiler warning for uninitialized variable. Solution: Initialize it. (Christian Brabandt)
author Bram Moolenaar <Bram@vim.org>
date Tue, 16 Jul 2019 20:15:08 +0200
parents 8292b2dde464
children e24bbd061233
comparison
equal deleted inserted replaced
17406:b7c29b692c26 17407:df340014f9e4
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1702,
780 /**/ 782 /**/
781 1701, 783 1701,
782 /**/ 784 /**/
783 1700, 785 1700,
784 /**/ 786 /**/