commit | a1224cb706f4aefbf85a524cdcfa804570022136 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 22 12:31:49 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 22 12:31:49 2020 +0200 |
tree | b54e7e28a2aaad55de7355d9293e425896787d95 | |
parent | 4ce5fe4c87820c7d22964d6e91d7b07e96640e6f [diff] [blame] |
patch 8.2.1884: compiler warning for uninitialized variable Problem: Compiler warning for uninitialized variable. (John Marriott) Solution: Initialize with NULL.
diff --git a/src/version.c b/src/version.c index 720dc3a..56bf8f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1884, +/**/ 1883, /**/ 1882,