commit | 5a01caa90428a5f87600528d68529383c0b2f78c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 21 18:56:58 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 21 18:56:58 2022 +0100 |
tree | 7c8e52c725b449c319eee9d96b1b33525790e76a | |
parent | 93c1573dd284dc9cf5ed9265a0143aaf520d2920 [diff] [blame] |
patch 8.2.4992: compiler warning for possibly uninitialized variable Problem: Compiler warning for possibly uninitialized variable. (Tony Mechelynck) Solution: Initialize variable in the caller instead of in the function.
diff --git a/src/version.c b/src/version.c index bde9fe8..7cd8189 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4992, +/**/ 4991, /**/ 4990,