commit | 9b8a365d019bb948efba5b5276d52bdd99e15d05 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 20 20:47:28 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 20 20:47:28 2022 +0000 |
tree | 5b15c562649554e0e8dc546b13ac3591dd645b88 | |
parent | 20b795e0eba6c933868c8f7cf62fb85d4f007688 [diff] [blame] |
patch 9.0.1085: compiler warns for uninitialized variable Problem: Compiler warns for uninitialized variable. Solution: Initialize the variable. Remove unused function. (John Marriott)
diff --git a/src/version.c b/src/version.c index c5f3848..4a3718d69 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1085, +/**/ 1084, /**/ 1083,