comparison src/version.c @ 29440:8d9400c64654 v9.0.0062

patch 9.0.0062: compiler warnings for signed/unsigned char Commit: https://github.com/vim/vim/commit/5ac50de83f1b4136f903c51a1d4e7d84a26c2271 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 23 09:22:47 2022 +0100 patch 9.0.0062: compiler warnings for signed/unsigned char Problem: Compiler warnings for signed/unsigned char. Solution: Add type casts. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Sat, 23 Jul 2022 10:30:02 +0200
parents 87da4bab5aaa
children 827d9f2b7a71
comparison
equal deleted inserted replaced
29439:6358e9e28edd 29440:8d9400c64654
733 NULL 733 NULL
734 }; 734 };
735 735
736 static int included_patches[] = 736 static int included_patches[] =
737 { /* Add new patch number below this line */ 737 { /* Add new patch number below this line */
738 /**/
739 62,
738 /**/ 740 /**/
739 61, 741 61,
740 /**/ 742 /**/
741 60, 743 60,
742 /**/ 744 /**/