commit | 3e7637bd266da43c9158f0e1cfe3f7f7843d7147 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 28 21:02:19 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 28 21:02:19 2022 +0000 |
tree | 599bbdc7e60b0c156d0600a540b014a54ca3f075 | |
parent | 1983f1aa315711852174be1b7089f71e24c19e27 [diff] [blame] |
patch 8.2.4485: compiler warning for uninitialized variable Problem: Compiler warning for uninitialized variable. Solution: Initialize the variable. (John Marriott)
diff --git a/src/version.c b/src/version.c index c64bd83..a574acb 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4485, +/**/ 4484, /**/ 4483,