commit | a2e4e0fc3b930caf20c4f6d2e70acf5325c3be51 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 15 16:29:03 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 15 16:29:03 2022 +0100 |
tree | 3e33ce0a72b1d0ca2db1cc7b83aab488476337d5 | |
parent | 4b082c4bd05f504fda1acaa9d28fca55a2d04857 [diff] [blame] |
patch 9.0.0763: MS-Windows: warning for using int for size_t Problem: MS-Windows: warning for using int for size_t. Solution: Declare variable as size_t.
diff --git a/src/version.c b/src/version.c index 08851f8..502655c 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 763, +/**/ 762, /**/ 761,