commit | 090209bfbd41af5d8c8e44f8366d290431ffbf18 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 23 22:45:33 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 23 22:45:33 2017 +0200 |
tree | afb500b624c7ce57520388c13177873287318e6f | |
parent | 6d006f9e950364898240b7a6358516bbf73fe458 [diff] [blame] |
patch 8.0.0665: warning for uninitialized variable Problem: Warning for uninitialized variable. (Tony Mechelynck) Solution: Initialize it.
diff --git a/src/version.c b/src/version.c index 5be7d50..8d8d4c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 665, +/**/ 664, /**/ 663,