]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4223: long/int compiler warnings; function arguments swapped v8.2.4223
authorK.Takata <kentkt@csc.jp>
Wed, 26 Jan 2022 16:45:20 +0000 (16:45 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 26 Jan 2022 16:45:20 +0000 (16:45 +0000)
commit1a804528ab39f5c810cf42397702057100a94ade
treece84923d37f822bcbd52deb896c578f146c059f5
parent47d1666d605998a97d3827eca4d467ad0930b284
patch 8.2.4223: long/int compiler warnings; function arguments swapped

Problem:    Long/int compiler warnings; function arguments swapped.
Solution:   Add type casts.  Swap arguments. (Ken Takata, closes #9632)
src/alloc.c
src/eval.c
src/version.c
src/vim9script.c