comparison src/version.c @ 21497:766839794e09 v8.2.1299

patch 8.2.1299: compiler warning for using size_t for int and void pointer Commit: https://github.com/vim/vim/commit/d3bb6a82a51d549bbd597bb4e94d8f074009be2a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 26 15:55:25 2020 +0200 patch 8.2.1299: compiler warning for using size_t for int and void pointer Problem: Compiler warning for using size_t for int and void pointer. Solution: Add type casts.
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jul 2020 16:00:06 +0200
parents 4c1a929fde80
children 574517d682cf
comparison
equal deleted inserted replaced
21496:a0de640b35da 21497:766839794e09
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1299,
757 /**/ 759 /**/
758 1298, 760 1298,
759 /**/ 761 /**/
760 1297, 762 1297,
761 /**/ 763 /**/