]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.2046: MS-Windows: compile warnings v9.1.2046
authorMao-Yining <101858210+mao-yining@users.noreply.github.com>
Sat, 3 Jan 2026 16:51:47 +0000 (16:51 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 3 Jan 2026 16:51:47 +0000 (16:51 +0000)
commit8be46105881c8eefcd157a377f08fcdf6f5c9d18
treec952d163483a0c470ac20e2c65b1926b54f8f49f
parent93eb081eee92180a495d72a495542b24a873e2f3
patch 9.1.2046: MS-Windows: compile warnings

Problem:  MS-Windows: compile warnings in os_win32.c,
          acp_to_enc() requires char_u* but others require char*
          (John Marriott, after v9.1.2013)
Solution: Cast the variables (Mao-Yining)

closes: #19074

Signed-off-by: Mao-Yining <mao.yining@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/os_win32.c
src/version.c