commit | a2a90d5e202c3f8c5cbbf945b94833007b5711e7 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Mon Jun 26 18:48:09 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 26 18:48:09 2023 +0100 |
tree | 78f5a524d03f198e1c2ea75b9a93895209f97d4d | |
parent | 590aae35575cbd74d80c41d87fc647f2812aad70 [diff] [blame] |
patch 9.0.1666: compiler may warn for uninitialized variable Problem: Compiler may warn for uninitialized variable. Solution: Initialize this_props_len. (Christian Brabandt, closes #12599)
diff --git a/src/version.c b/src/version.c index 9c451ae..948a948 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1666, +/**/ 1665, /**/ 1664,