commit | bfafb4c4a01db3f8c508716daf689e0dfe92b649 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 16 14:20:45 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 16 14:20:45 2016 +0200 |
tree | bd0d60de61e3fe5946242c30cb9822909addca17 | |
parent | 269f595f9eef584937e7eae70fde68cdd7da5bcf [diff] [blame] |
patch 7.4.2047 Problem: Compiler warning for initializing a struct. Solution: Initialize in another way. (Anton Lindqvist)
diff --git a/src/version.c b/src/version.c index 8b05a3d..fc767bb 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2047, +/**/ 2046, /**/ 2045,