commit | 829ac868b7615d73dbfb536f7fcd44fc7c5b7c1d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 15 22:48:48 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 15 22:48:48 2020 +0200 |
tree | 966258d029bbcba60f4777e819de0f9526bc9f8d | |
parent | ed5918771fcf9877d8445e74c62ab1ce6b8e28c1 [diff] [blame] |
patch 8.2.1464: Vim9: build warning for unused variable Problem: Vim9: build warning for unused variable. Solution: Delete the variable declaration.
diff --git a/src/version.c b/src/version.c index 864c14b..4554fc4 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1464, +/**/ 1463, /**/ 1462,