mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 7.4.1334
Problem: Many compiler warnings with MingW. Solution: Add type casts. (Yasuhiro Matsumoto)
This commit is contained in:
@@ -43,6 +43,15 @@
|
||||
# undef _DEBUG
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STRFTIME
|
||||
# undef HAVE_STRFTIME
|
||||
#endif
|
||||
#ifdef HAVE_STRING_H
|
||||
# undef HAVE_STRING_H
|
||||
#endif
|
||||
#ifdef HAVE_PUTENV
|
||||
# undef HAVE_PUTENV
|
||||
#endif
|
||||
#ifdef HAVE_STDARG_H
|
||||
# undef HAVE_STDARG_H /* Python's config.h defines it as well. */
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user