commit | 744aecf8777e86fac6d30f072e90e2de353b8ea1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 12 12:33:48 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 12 12:33:48 2021 +0200 |
tree | 6b71e47c58aa8469456ce9914b689873a5a21190 | |
parent | 22db0d549f64aa3d8a6e366b70eb8d7e66933b82 [diff] [blame] |
patch 8.2.2978: warning for uninitialized variable Problem: Warning for uninitialized variable. Solution: Set return value to FAIL.
diff --git a/src/version.c b/src/version.c index 19a159d..6ae66ae 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2978, +/**/ 2977, /**/ 2976,