commit | 5f1d3ae8a8264292a53aad099e78a9b4a7bad375 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 11 22:37:35 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 11 22:37:35 2020 +0100 |
tree | 5e0a455be264b9ed6749524ac47aabc6b37a2cbe | |
parent | 9f6277bdde97b7767ded43a0b5a2023eb601b3b7 [diff] [blame] |
patch 8.2.0244: compiler warning in Lua interface Problem: Compiler warning in Lua interface. Solution: Add type cast. (Ken Takata, closes #5621)
diff --git a/src/version.c b/src/version.c index 71513f3..2c14352 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 244, +/**/ 243, /**/ 242,