commit | 2bb76accc66d17f2c027c04396082c46f410bfea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 19 22:57:44 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 19 22:57:44 2020 +0200 |
tree | 1de90ec0594132e85be5810eb32a3d0fba536e69 | |
parent | fbf2122cf920a89274ffbefaaeb6c5eeacf5187b [diff] [blame] |
patch 8.2.0607: gcc warns for using uninitialized variable Problem: Gcc warns for using uninitialized variable. (John Marriott) Solution: Set name_end also for environment variables.
diff --git a/src/version.c b/src/version.c index b95c7ee..f175ff3 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 607, +/**/ 606, /**/ 605,