]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 7.4.1323 v7.4.1323
authorBram Moolenaar <Bram@vim.org>
Mon, 15 Feb 2016 20:22:10 +0000 (21:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 15 Feb 2016 20:22:10 +0000 (21:22 +0100)
Problem:    Do not get warnings when building with MingW.
Solution:   Remove the -w flag. (Ken Takata)

src/Make_cyg_ming.mak
src/version.c

index 28d31d6120481a016125d1e63b75abe39f62a7ef..160fcd9c07118ff9fb8d7bdf95bf03bbe877ea40 100644 (file)
@@ -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 =
 
index f5da6fcdfc3ed6084f8023bd67de85ca3938a0bc..1718b4463599559f7874051defdec90451fd2f28 100644 (file)
@@ -747,6 +747,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1323,
 /**/
     1322,
 /**/