commit | 5214b294615718cc3f0d2248b76e9970b9fe9d45 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 24 17:32:35 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 24 17:32:35 2022 +0100 |
tree | 70dd1b12320a10a9fcd864406c7002c5e7ee5b18 | |
parent | 0af2ecfe4474be3a83d75b1d636bfdf6b27bbc92 [diff] [blame] |
patch 9.0.0256: compiler warning for uninitialized variables Problem: Compiler warning for uninitialized variables. Solution: Initilize the variables.
diff --git a/src/version.c b/src/version.c index 17ea79e..ec2f360 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 256, +/**/ 255, /**/ 254,