comparison src/version.c @ 30152:1e6d387bd51f v9.0.0412

patch 9.0.0412: compiler warning for unused argument Commit: https://github.com/vim/vim/commit/e5a420fb33518e08313f653f3031bc36f949e086 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 7 21:46:56 2022 +0100 patch 9.0.0412: compiler warning for unused argument Problem: Compiler warning for unused argument. Solution: Add UNUSED.
author Bram Moolenaar <Bram@vim.org>
date Wed, 07 Sep 2022 23:00:06 +0200
parents 0fe61fa4e5d1
children 9137d2bc93bf
comparison
equal deleted inserted replaced
30151:c51f0fe92cf5 30152:1e6d387bd51f
701 NULL 701 NULL
702 }; 702 };
703 703
704 static int included_patches[] = 704 static int included_patches[] =
705 { /* Add new patch number below this line */ 705 { /* Add new patch number below this line */
706 /**/
707 412,
706 /**/ 708 /**/
707 411, 709 411,
708 /**/ 710 /**/
709 410, 711 410,
710 /**/ 712 /**/