commit | e519dfd7139d504ada44031a986482ac4fb1229a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 13 15:42:02 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 13 15:42:02 2019 +0100 |
tree | f187c89f515f09dce26355448cb1e39f415199c2 | |
parent | c0f5a78c15b194f23bedb82e6825e34f481e6532 [diff] [blame] |
patch 8.1.0737: compiler warning for uninitialized variable Problem: Compiler warning for uninitialized variable. Solution: Add initialization. (John Marriott)
diff --git a/src/version.c b/src/version.c index 643830a..9f4bbfc 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 737, +/**/ 736, /**/ 735,