commit | dafef51b1cbe8aa836c4cfa52623f775bd85a190 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 21 21:55:55 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 21 21:55:55 2022 +0100 |
tree | 38b7a61c1fc0837c280c71f84434b4cd426867c1 | |
parent | 7e569d09d2ec4fa334a2d3d5b0b6dbca16d97133 [diff] [blame] |
patch 8.2.4995: still a compiler warning for possibly uninitialized variable Problem: Still a compiler warning for possibly uninitialized variable. (Tony Mechelynck) Solution: Initialize variables.
diff --git a/src/version.c b/src/version.c index 6ea31dd..1a39c06 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4995, +/**/ 4994, /**/ 4993,