commit | ea781459b9617aa47335061fcc78403495260315 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 04 18:53:12 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 04 18:53:12 2019 +0200 |
tree | 54f9bf3487a0222bcb266f9eaa4a82c0a62482df | |
parent | 6a124e622cfe52619781c6a02119177a44d09210 [diff] [blame] |
patch 8.1.1983: compiler nags for uninitialized variable and unused function Problem: Compiler nags for uninitialized variable and unused function. Solution: Add unnecessary initialization. Move function inside #ifdef.
diff --git a/src/version.c b/src/version.c index 515564d..bf67e38 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1983, +/**/ 1982, /**/ 1981,