comparison src/version.c @ 18446:b026f4524f25 v8.1.2217

patch 8.1.2217: compiler warning for unused variable Commit: https://github.com/vim/vim/commit/c7488a7fc8ed0d4fd9cc440117ff848170321517 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 26 12:23:04 2019 +0200 patch 8.1.2217: compiler warning for unused variable Problem: Compiler warning for unused variable. Solution: Move variable inside #ifdef. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Oct 2019 12:30:06 +0200
parents 967ca19425e3
children 35e0ab1f2975
comparison
equal deleted inserted replaced
18445:348619b23b4e 18446:b026f4524f25
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 2217,
744 /**/ 746 /**/
745 2216, 747 2216,
746 /**/ 748 /**/
747 2215, 749 2215,
748 /**/ 750 /**/