commit | 18442cbcc0d335a8ea6947e94eee9a2ab9552690 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 13 21:22:12 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 13 21:22:12 2019 +0100 |
tree | ee2900bcf88d4f9da2ac3cfa8244a355e6a27aac | |
parent | 943e9639a9ecb08bdec78ae6695c917bca6210b9 [diff] [blame] |
patch 8.1.0912: MS-Windows: warning for signed/unsigned Problem: MS-Windows: warning for signed/unsigned. Solution: Add type cast. (Nobuhiro Takasaki, closes #3945)
diff --git a/src/version.c b/src/version.c index 88960ba..343270c 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 912, +/**/ 911, /**/ 910,