comparison src/version.c @ 21495:4c1a929fde80 v8.2.1298

patch 8.2.1298: compiler warning for unused argument in small version Commit: https://github.com/vim/vim/commit/cb4f69c2fd9ea81331c4aa54877fde612d182a51 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 26 15:51:06 2020 +0200 patch 8.2.1298: compiler warning for unused argument in small version Problem: Compiler warning for unused argument in small version. Solution: Add UNUSED.
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jul 2020 16:00:05 +0200
parents 7449921216bc
children 766839794e09
comparison
equal deleted inserted replaced
21494:d26728613f3e 21495:4c1a929fde80
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 1298,
757 /**/ 759 /**/
758 1297, 760 1297,
759 /**/ 761 /**/
760 1296, 762 1296,
761 /**/ 763 /**/