comparison src/version.c @ 20530:e6908750a122 v8.2.0819

patch 8.2.0819: compiler warning for unused variable Commit: https://github.com/vim/vim/commit/f40e51a880a95f94dbbbecc9476559506c2cc345 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 24 23:14:23 2020 +0200 patch 8.2.0819: compiler warning for unused variable Problem: Compiler warning for unused variable. Solution: Remove the variable.
author Bram Moolenaar <Bram@vim.org>
date Sun, 24 May 2020 23:15:05 +0200
parents 489cb75c76b6
children cb4831fa7e25
comparison
equal deleted inserted replaced
20529:f95760595193 20530:e6908750a122
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 819,
749 /**/ 751 /**/
750 818, 752 818,
751 /**/ 753 /**/
752 817, 754 817,
753 /**/ 755 /**/