commit | 72e697d189616265ecefe0df4509d476df3bae40 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 13 22:48:01 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 13 22:48:01 2016 +0200 |
tree | e3bf3bfc5f005b7e61a0d076dd35648ddca45703 | |
parent | ece74ab103eca15e17435efbe9cb21039787f1ea [diff] [blame] |
patch 7.4.1933 Problem: Compiler warning about uninitialzed variable. (Yegappan) Solution: Give it a dummy value.
diff --git a/src/version.c b/src/version.c index b06ede3..54c135c 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1933, +/**/ 1932, /**/ 1931,