commit | 06fef1b2bdc07c6170b178e34b4712c21bd81a2e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 03 21:53:28 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 03 21:53:28 2022 +0100 |
tree | 7df0cf7426860a4d71b75a4d08898db36a2fd4f8 | |
parent | 1d84f7608f1e41dad03b8cc7925895437775f7c0 [diff] [blame] |
patch 9.0.0371: compiler warning for uninitialized variable Problem: Compiler warning for uninitialized variable. Solution: Initialize the variable. (John Marriott)
diff --git a/src/version.c b/src/version.c index b438a46..d916059 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 371, +/**/ 370, /**/ 369,