comparison src/version.c @ 21829:21c552fb7da5 v8.2.1464

patch 8.2.1464: Vim9: build warning for unused variable Commit: https://github.com/vim/vim/commit/829ac868b7615d73dbfb536f7fcd44fc7c5b7c1d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 15 22:48:48 2020 +0200 patch 8.2.1464: Vim9: build warning for unused variable Problem: Vim9: build warning for unused variable. Solution: Delete the variable declaration.
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Aug 2020 23:00:05 +0200
parents af5db9b6d210
children d8422de73113
comparison
equal deleted inserted replaced
21828:af5db9b6d210 21829:21c552fb7da5
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1464,
757 /**/ 759 /**/
758 1463, 760 1463,
759 /**/ 761 /**/
760 1462, 762 1462,
761 /**/ 763 /**/