commit | 1821d1498ca57dc3f7a21767c253a778d9b113fb | [log] [tgz] |
---|---|---|
author | Mike Williams <mikew@globalgraphics.com> | Wed Dec 15 16:38:33 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 15 16:38:33 2021 +0000 |
tree | 3a340a5acad1ecb84748dc0c1fb8943562fc6bba | |
parent | ce7eada12ea16c830332042f0021a9564bbb25af [diff] [blame] |
patch 8.2.3816: compiler warning for posible loss of data on MS-Windows Problem: Compiler warning for posible loss of data on MS-Windows. Solution: Add type cast. (Mike Williams, closes #9349)
diff --git a/src/version.c b/src/version.c index 7029134..1b83685 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3816, +/**/ 3815, /**/ 3814,