commit | 5b529230f144028b67ed1d59207af098c18a1858 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 22 21:53:26 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 22 21:53:26 2022 +0100 |
tree | bb4c2fe4272296a78960bdb0f8b1a6e5b30cc92c | |
parent | 338bf58eba758585ffef3fdfdba7d48477aacb7c [diff] [blame] |
patch 8.2.5005: compiler warning for uninitialized variable Problem: Compiler warning for uninitialized variable. (John Marriott) Solution: Initialize the pointer to NULL.
diff --git a/src/version.c b/src/version.c index e8799ad..f0ccd20 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5005, +/**/ 5004, /**/ 5003,