]> granicus.if.org Git - vim/commit
patch 8.2.5085: gcc gives warning for signed/unsigned difference v8.2.5085
authorBram Moolenaar <Bram@vim.org>
Mon, 13 Jun 2022 21:34:14 +0000 (22:34 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 13 Jun 2022 21:34:14 +0000 (22:34 +0100)
commit819ab82f7ee505d6fc4c6dc408e4b27c0fbe4a97
treec9918fb49732f19b3e2ef484a65008e12354a477
parent2d12c25a1b73fb6991006fd970b3132ab8ee8b62
patch 8.2.5085: gcc gives warning for signed/unsigned difference

Problem:    Gcc gives warning for signed/unsigned difference.
Solution:   Use a different pointer type. (John Marriott)
src/os_mswin.c
src/version.c