]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2047: perl: warning about inconsistent dll linkage v9.0.2047
authorKen Takata <kentkt@csc.jp>
Wed, 18 Oct 2023 09:59:44 +0000 (11:59 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 18 Oct 2023 09:59:44 +0000 (11:59 +0200)
commit2b126a6892b485bc9924464fabdf2313e1100aa9
tree9747e3ad16689350a7e499a55537392ac1c57872
parent436f39390f0a5d4c4877edcf69b469987d706f3c
patch 9.0.2047: perl: warning about inconsistent dll linkage

Problem:  perl: warning about inconsistent dll linkage
Solution: suppress warning

Suppress warning C4273 (inconsistent DLL linkage).

Also adjust inconsistent use of const.

closes: #13369

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Ken Takata <kentkt@csc.jp>
src/if_perl.xs
src/version.c