comparison src/version.c @ 28946:e78e398fff3d v8.2.4995

patch 8.2.4995: still a compiler warning for possibly uninitialized variable Commit: https://github.com/vim/vim/commit/dafef51b1cbe8aa836c4cfa52623f775bd85a190 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 21 21:55:55 2022 +0100 patch 8.2.4995: still a compiler warning for possibly uninitialized variable Problem: Still a compiler warning for possibly uninitialized variable. (Tony Mechelynck) Solution: Initialize variables.
author Bram Moolenaar <Bram@vim.org>
date Sat, 21 May 2022 23:00:03 +0200
parents f498ab5c82ea
children b907d4a36318
comparison
equal deleted inserted replaced
28945:eee8b659f29c 28946:e78e398fff3d
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 4995,
737 /**/ 739 /**/
738 4994, 740 4994,
739 /**/ 741 /**/
740 4993, 742 4993,
741 /**/ 743 /**/