comparison src/version.c @ 27758:5a8258fde1d9 v8.2.4405

patch 8.2.4405: compiler warning for unused variable without +folding Commit: https://github.com/vim/vim/commit/8329ab79b26be4c6c5766d80abae4a22385ee9e1 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 16 21:51:00 2022 +0000 patch 8.2.4405: compiler warning for unused variable without +folding Problem: Compiler warning for unused variable without the +folding feature. (Tony Mechelynck) Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Feb 2022 23:00:04 +0100
parents 60ac4228a73d
children 010fa62d6fe2
comparison
equal deleted inserted replaced
27757:070988082b56 27758:5a8258fde1d9
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4405,
753 /**/ 755 /**/
754 4404, 756 4404,
755 /**/ 757 /**/
756 4403, 758 4403,
757 /**/ 759 /**/