commit | 109ef128bd6efc8e1fb91a2a51357fcb19897698 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 17 19:12:03 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 17 19:12:03 2020 +0100 |
tree | 2e2161df1e7647490c3bdaa81707d8fa46f5f18e | |
parent | 17e04781f26c24769e202351c194ee252927eee1 [diff] [blame] |
patch 8.2.0124: compiler warnings for variable types Problem: Compiler warnings for variable types. Solution: Change type, add type cast. (Mike Williams)
diff --git a/src/version.c b/src/version.c index e3657bf..a32231b 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 124, +/**/ 123, /**/ 122,