comparison src/version.c @ 26248:36361f080ffd v8.2.3655

patch 8.2.3655: compiler warning for using size_t for int Commit: https://github.com/vim/vim/commit/cc9d725bbb515baf172c2be21de12d35a961e4ee Author: Mike Williams <mikew@globalgraphics.com> Date: Tue Nov 23 12:35:57 2021 +0000 patch 8.2.3655: compiler warning for using size_t for int Problem: Compiler warning for using size_t for int. Solution: Add a type cast. (Mike Williams, closes https://github.com/vim/vim/issues/9199)
author Bram Moolenaar <Bram@vim.org>
date Tue, 23 Nov 2021 13:45:03 +0100
parents ed62078dfa30
children 3711e56f7e7b
comparison
equal deleted inserted replaced
26247:6c9af12fbb17 26248:36361f080ffd
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3655,
760 /**/ 762 /**/
761 3654, 763 3654,
762 /**/ 764 /**/
763 3653, 765 3653,
764 /**/ 766 /**/