]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0763: MS-Windows: warning for using int for size_t v9.0.0763
authorBram Moolenaar <Bram@vim.org>
Sat, 15 Oct 2022 15:29:03 +0000 (16:29 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 Oct 2022 15:29:03 +0000 (16:29 +0100)
commita2e4e0fc3b930caf20c4f6d2e70acf5325c3be51
tree3e33ce0a72b1d0ca2db1cc7b83aab488476337d5
parent4b082c4bd05f504fda1acaa9d28fca55a2d04857
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.
src/time.c
src/version.c