comparison src/version.c @ 28222:85540173d3ca v8.2.4637

patch 8.2.4637: warning for using uninitialized variable Commit: https://github.com/vim/vim/commit/565d1278cbbb7bc927bee207d5c2bc0bb95928fa Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 27 18:11:05 2022 +0100 patch 8.2.4637: warning for using uninitialized variable Problem: Warning for using uninitialized variable. (Tony Mechelynck) Solution: Initialize it.
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Mar 2022 19:15:03 +0200
parents 73c5dbdc4236
children c99005ffa8c3
comparison
equal deleted inserted replaced
28221:50a14b45797e 28222:85540173d3ca
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4637,
753 /**/ 755 /**/
754 4636, 756 4636,
755 /**/ 757 /**/
756 4635, 758 4635,
757 /**/ 759 /**/