]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2091: MS-Windows: build warnings v8.2.2091
authorBram Moolenaar <Bram@vim.org>
Fri, 4 Dec 2020 18:42:52 +0000 (19:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 4 Dec 2020 18:42:52 +0000 (19:42 +0100)
commit29d2f45c8855fd98897c5db92d896c161e95d0f1
tree87c23be9cda892daedafbdfe8edcdb04d07e5426
parentc5e6a7179d7dee4315b412b56e172bb1ff092d3e
patch 8.2.2091: MS-Windows: build warnings

Problem:    MS-Windows: build warnings.
Solution:   Add a #pragma to suppress the deprecation warning. (Ken Takata)
            Avoid using a non-ASCII character. (closes #7421)
src/message.c
src/os_win32.c
src/version.c