comparison src/version.c @ 22290:9debc021e99e v8.2.1694

patch 8.2.1694: compiler warning for loss if data Commit: https://github.com/vim/vim/commit/573545a55afb5d42614cdb69f356abb32409270b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 16 15:46:08 2020 +0200 patch 8.2.1694: compiler warning for loss if data Problem: Compiler warning for loss if data. Solution: Add typecast.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Sep 2020 16:00:04 +0200
parents a9ff3e0d6d54
children 3515f341e8ac
comparison
equal deleted inserted replaced
22289:16d0d731599b 22290:9debc021e99e
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 1694,
753 /**/ 755 /**/
754 1693, 756 1693,
755 /**/ 757 /**/
756 1692, 758 1692,
757 /**/ 759 /**/