comparison src/version.c @ 20655:707b21559848 v8.2.0881

patch 8.2.0881: compiler warning for argument type Commit: https://github.com/vim/vim/commit/d6a77f95ee1e8ab69366d4f2a3412beef4cec914 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 1 19:14:12 2020 +0200 patch 8.2.0881: compiler warning for argument type Problem: Compiler warning for argument type. Solution: Add type cast. (Mike Williams)
author Bram Moolenaar <Bram@vim.org>
date Mon, 01 Jun 2020 19:15:04 +0200
parents a68591fbb93d
children a1e6d9353736
comparison
equal deleted inserted replaced
20654:f2b69b2eee0c 20655:707b21559848
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 881,
749 /**/ 751 /**/
750 880, 752 880,
751 /**/ 753 /**/
752 879, 754 879,
753 /**/ 755 /**/