commit | abe12a1a4fce36bfa5dea3a0ce85603432d1905b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 16 20:49:18 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 16 20:49:18 2019 +0100 |
tree | 65a810281aea2a796df3f5d3db511b1f215a658d | |
parent | ecafcc15ca92ecb9c6b41dbb3b0fcdf89c9eff69 [diff] [blame] |
patch 8.1.2309: compiler warning for argument type Problem: Compiler warning for argument type. Solution: Use linenr_T and cast to varnumber_T. (John Marriott)
diff --git a/src/version.c b/src/version.c index 00aa9e8..5030d7b 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2309, +/**/ 2308, /**/ 2307,