commit | a1e24b9bc9123ff6dd23e3cac2287a4411ef5572 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 18 20:18:09 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 18 20:18:09 2016 +0100 |
tree | 1b1d8bf85f8bb92660490bbe74b918bf70092a82 | |
parent | a87e2c277eabf0134925c340e9dc4fe9446f3636 [diff] [blame] |
patch 7.4.1346 Problem: Compiler warnings in build with -O2. Solution: Add inintializations.
diff --git a/src/version.c b/src/version.c index d417844..315a414 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1346, +/**/ 1345, /**/ 1344,