# HG changeset patch # User Christian Brabandt # Date 1455568204 -3600 # Node ID e407d5bce2f53d5dda81c184ef35a6f8782ba598 # Parent 339c10aa7154391725ef4d4e3ea2f175818750d8 commit https://github.com/vim/vim/commit/a971df849f92e32e18ce475fdb47ad9ea2aa47f3 Author: Bram Moolenaar Date: Mon Feb 15 21:22:10 2016 +0100 patch 7.4.1323 Problem: Do not get warnings when building with MingW. Solution: Remove the -w flag. (Ken Takata) diff --git a/src/Make_cyg_ming.mak b/src/Make_cyg_ming.mak --- a/src/Make_cyg_ming.mak +++ b/src/Make_cyg_ming.mak @@ -414,7 +414,7 @@ WINDRES_CC = $(CC) #>>>>> end of choices ########################################################################### -CFLAGS = -Iproto $(DEFINES) -pipe -w -march=$(ARCH) -Wall +CFLAGS = -Iproto $(DEFINES) -pipe -march=$(ARCH) -Wall WINDRES_FLAGS = --preprocessor="$(WINDRES_CC) -E -xc" -DRC_INVOKED EXTRA_LIBS = diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -748,6 +748,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1323, +/**/ 1322, /**/ 1321,