commit | f21d546d8f80b85a1770fc4c9f48f2d92e2e82fa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 10 12:36:00 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 10 12:36:00 2022 +0100 |
tree | 387168873a877d1653aeb4228daadba9b7762b76 | |
parent | 9ba2786f15f0b53a90fd221832a5bedfc6dbfe20 [diff] [blame] |
patch 9.0.0435: compiler warning for uninitialized variable Problem: Compiler warning for uninitialized variable. Solution: Initialize it.
diff --git a/src/version.c b/src/version.c index 7b0edde..29483f3 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 435, +/**/ 434, /**/ 433,