mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
Improve the MS-Windows installer.
This commit is contained in:
@@ -1943,6 +1943,11 @@ typedef int VimClipboard; /* This is required for the prototypes. */
|
||||
#pragma option -p.
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
/* Avoid useless warning "conversion from X to Y of greater size". */
|
||||
#pragma warning(disable : 4312)
|
||||
#endif
|
||||
|
||||
#if defined(MEM_PROFILE)
|
||||
# define vim_realloc(ptr, size) mem_realloc((ptr), (size))
|
||||
#else
|
||||
|
Reference in New Issue
Block a user