comparison src/version.c @ 29855:6bddfc49c35b v9.0.0266

patch 9.0.0266: compiler warning for unused argument Commit: https://github.com/vim/vim/commit/340dafd155222ac96304107542344faf3c56e12b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 25 16:16:45 2022 +0100 patch 9.0.0266: compiler warning for unused argument Problem: Compiler warning for unused argument. Solution: Add UNUSED.
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Aug 2022 17:30:04 +0200
parents 31c598083364
children a0a446bc3aea
comparison
equal deleted inserted replaced
29854:57eb4648003b 29855:6bddfc49c35b
725 NULL 725 NULL
726 }; 726 };
727 727
728 static int included_patches[] = 728 static int included_patches[] =
729 { /* Add new patch number below this line */ 729 { /* Add new patch number below this line */
730 /**/
731 266,
730 /**/ 732 /**/
731 265, 733 265,
732 /**/ 734 /**/
733 264, 735 264,
734 /**/ 736 /**/