commit | 7edf0baef4e11df982bd37356a4e4d28ff046c86 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 11 17:22:57 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 11 17:22:57 2019 +0200 |
tree | ca2b726b5025817435c0ffe5d373de7da55f8733 | |
parent | 679beba8007b804be210ef118bd23a38cb803ef6 [diff] [blame] |
patch 8.1.1152: compiler warning with VS2019 Problem: Compiler warning with VS2019. Solution: Specify different offset for "AMD64". (closes #4235)
diff --git a/src/version.c b/src/version.c index e75a60b..d2c3fb8 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1152, +/**/ 1151, /**/ 1150,