comparison src/version.c @ 30198:f59ce7be667f v9.0.0435

patch 9.0.0435: compiler warning for uninitialized variable Commit: https://github.com/vim/vim/commit/f21d546d8f80b85a1770fc4c9f48f2d92e2e82fa Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 10 12:36:00 2022 +0100 patch 9.0.0435: compiler warning for uninitialized variable Problem: Compiler warning for uninitialized variable. Solution: Initialize it.
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Sep 2022 13:45:03 +0200
parents 381462ee23fd
children 499c766d0c14
comparison
equal deleted inserted replaced
30197:df7cabff92a8 30198:f59ce7be667f
701 NULL 701 NULL
702 }; 702 };
703 703
704 static int included_patches[] = 704 static int included_patches[] =
705 { /* Add new patch number below this line */ 705 { /* Add new patch number below this line */
706 /**/
707 435,
706 /**/ 708 /**/
707 434, 709 434,
708 /**/ 710 /**/
709 433, 711 433,
710 /**/ 712 /**/