comparison src/version.c @ 30765:3002177fa0b1 v9.0.0717

patch 9.0.0717: compiler warning for unused variable in tiny build Commit: https://github.com/vim/vim/commit/d3283fba2593d093593fc692702aabfaa2a68523 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 10 20:33:25 2022 +0100 patch 9.0.0717: compiler warning for unused variable in tiny build Problem: Compiler warning for unused variable in tiny build. Solution: Add #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Mon, 10 Oct 2022 21:45:03 +0200
parents 8ea77a6ceff0
children 5dba398584fd
comparison
equal deleted inserted replaced
30764:26f6dfa606cf 30765:3002177fa0b1
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 717,
702 /**/ 704 /**/
703 716, 705 716,
704 /**/ 706 /**/
705 715, 707 715,
706 /**/ 708 /**/