commit | d4f31dc45482e8db527ca044b9c3436b1e750006 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 23 17:28:22 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 23 17:28:22 2016 +0200 |
tree | 8bfae30d2e48daf3605412b1ab4e3b5cb8460475 | |
parent | b49edc11a1872fa99befa9a4a8ea6c8537868038 [diff] [blame] |
patch 7.4.2097 Problem: Warning from 64 bit compiler. Solution: use size_t instead of int. (Mike Williams)
diff --git a/src/version.c b/src/version.c index f47766b..d511c52 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2097, +/**/ 2096, /**/ 2095,