comparison src/version.c @ 29834:b772932fc721 v9.0.0256

patch 9.0.0256: compiler warning for uninitialized variables Commit: https://github.com/vim/vim/commit/5214b294615718cc3f0d2248b76e9970b9fe9d45 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 24 17:32:35 2022 +0100 patch 9.0.0256: compiler warning for uninitialized variables Problem: Compiler warning for uninitialized variables. Solution: Initilize the variables.
author Bram Moolenaar <Bram@vim.org>
date Wed, 24 Aug 2022 18:45:03 +0200
parents 4a549427855d
children a8831ab29aee
comparison
equal deleted inserted replaced
29833:0a846de13277 29834:b772932fc721
729 NULL 729 NULL
730 }; 730 };
731 731
732 static int included_patches[] = 732 static int included_patches[] =
733 { /* Add new patch number below this line */ 733 { /* Add new patch number below this line */
734 /**/
735 256,
734 /**/ 736 /**/
735 255, 737 255,
736 /**/ 738 /**/
737 254, 739 254,
738 /**/ 740 /**/