commit | 54f50cbf6a470316a262e4389d62424e6f06b81c | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Fri Jun 16 21:42:06 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 16 21:42:06 2023 +0100 |
tree | b3d6bd72548e34620cf4fe6aafeb8346cf268723 | |
parent | 094dd152fe1d47878ec6c0b3f54b03ffde7f4a2d [diff] [blame] |
patch 9.0.1637: compiler warning for uninitialized variable Problem: Compiler warning for uninitialized variable. Solution: Move the variable to an inner block and initialize it. (Christian Brabandt, closes #12549)
diff --git a/src/version.c b/src/version.c index 6a70e21..a91e6fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1637, +/**/ 1636, /**/ 1635,