comparison src/version.c @ 29461:69693a62f2f4 v9.0.0072

patch 9.0.0072: compiler warning for uninitialized variable Commit: https://github.com/vim/vim/commit/6d023f98dfbad6215a4e94ed7df28f8972b3ff9d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 25 21:15:45 2022 +0100 patch 9.0.0072: compiler warning for uninitialized variable Problem: Compiler warning for uninitialized variable. Solution: Initialize it. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Jul 2022 22:30:03 +0200
parents 7a2569ab418e
children 27ebab59172e
comparison
equal deleted inserted replaced
29460:816e805436e9 29461:69693a62f2f4
733 NULL 733 NULL
734 }; 734 };
735 735
736 static int included_patches[] = 736 static int included_patches[] =
737 { /* Add new patch number below this line */ 737 { /* Add new patch number below this line */
738 /**/
739 72,
738 /**/ 740 /**/
739 71, 741 71,
740 /**/ 742 /**/
741 70, 743 70,
742 /**/ 744 /**/