comparison src/version.c @ 24612:d957c7bbacf3 v8.2.2845

patch 8.2.2845: MS-Windows: warning for signed/unsigned comparison Commit: https://github.com/vim/vim/commit/918b08957c51ae079f8f456198f8a1869a3d2a4c Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 8 20:09:24 2021 +0200 patch 8.2.2845: MS-Windows: warning for signed/unsigned comparison Problem: MS-Windows: warning for signed/unsigned comparison. Solution: Add type cast.
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 May 2021 20:15:05 +0200
parents c1263588156b
children 07b3d21a8b4b
comparison
equal deleted inserted replaced
24611:478dc6d9fbf0 24612:d957c7bbacf3
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2845,
753 /**/ 755 /**/
754 2844, 756 2844,
755 /**/ 757 /**/
756 2843, 758 2843,
757 /**/ 759 /**/