comparison src/version.c @ 16924:2f39b35f7290 v8.1.1463

patch 8.1.1463: gcc warns for uninitialized variable commit https://github.com/vim/vim/commit/277e79adc4d2b62556ce8a3720684e4b3e1e6d42 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 4 19:16:29 2019 +0200 patch 8.1.1463: gcc warns for uninitialized variable Problem: Gcc warns for uninitialized variable. Solution: Put usage inside "if". (Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Tue, 04 Jun 2019 19:30:05 +0200
parents 4ba323df874a
children bcc25f1a264d
comparison
equal deleted inserted replaced
16923:f6b9a192e111 16924:2f39b35f7290
765 NULL 765 NULL
766 }; 766 };
767 767
768 static int included_patches[] = 768 static int included_patches[] =
769 { /* Add new patch number below this line */ 769 { /* Add new patch number below this line */
770 /**/
771 1463,
770 /**/ 772 /**/
771 1462, 773 1462,
772 /**/ 774 /**/
773 1461, 775 1461,
774 /**/ 776 /**/