comparison src/version.c @ 28631:198a2caa8ac2 v8.2.4839

patch 8.2.4839: compiler warning for unused argument Commit: https://github.com/vim/vim/commit/0a748d91846a4c3422975acc0af78c806623c191 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 28 15:39:08 2022 +0100 patch 8.2.4839: compiler warning for unused argument Problem: Compiler warning for unused argument. Solution: Add "UNUSED".
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Apr 2022 16:45:02 +0200
parents 5ef46b938c6e
children 7a39c20a42fa
comparison
equal deleted inserted replaced
28630:0d78a0715a2a 28631:198a2caa8ac2
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 4839,
749 /**/ 751 /**/
750 4838, 752 4838,
751 /**/ 753 /**/
752 4837, 754 4837,
753 /**/ 755 /**/