]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0298: compiler warning for size_t to int conversion v9.0.0298
authorWilhelm Payne <wbpayne@wilhelmpayne.com>
Sun, 28 Aug 2022 16:08:18 +0000 (17:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 28 Aug 2022 16:08:18 +0000 (17:08 +0100)
commit8934ec027da323aea95d4f6f6cf4967f054433b2
treebacfbfa45c7177163b72cf2857df19a552501020
parentc8bf59e9b27f9d621818ffc61468abef45cedf37
patch 9.0.0298: compiler warning for size_t to int conversion

Problem:    Compiler warning for size_t to int conversion.
Solution:   Add a type cast. (Wilhelm Payne, closes #11000)
src/message.c
src/version.c