commit | b06cfcf5a3b0248527fd70f9323272aa96db2f56 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 10 11:26:33 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 10 11:26:33 2022 +0000 |
tree | 6debd5f4097e23b811eac1294875eceb70454c51 | |
parent | dc4451df61a6aa12a0661817b7094fb32f09e11d [diff] [blame] |
patch 8.2.4051: compiler complains about possibly uninitialized variable Problem: Compiler complains about possibly uninitialized variable. Solution: Add code to avoid a compiler warning. (John Marriott)
diff --git a/src/version.c b/src/version.c index a2ce58e..f3213ee 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4051, +/**/ 4050, /**/ 4049,