Skip to content

Commit a971df8

Browse files
committed
patch 7.4.1323
Problem: Do not get warnings when building with MingW. Solution: Remove the -w flag. (Ken Takata)
1 parent 3bece9f commit a971df8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/Make_cyg_ming.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ WINDRES_CC = $(CC)
414414
#>>>>> end of choices
415415
###########################################################################
416416

417-
CFLAGS = -Iproto $(DEFINES) -pipe -w -march=$(ARCH) -Wall
417+
CFLAGS = -Iproto $(DEFINES) -pipe -march=$(ARCH) -Wall
418418
WINDRES_FLAGS = --preprocessor="$(WINDRES_CC) -E -xc" -DRC_INVOKED
419419
EXTRA_LIBS =
420420

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,8 @@ static char *(features[]) =
747747

748748
static int included_patches[] =
749749
{ /* Add new patch number below this line */
750+
/**/
751+
1323,
750752
/**/
751753
1322,
752754
/**/

0 commit comments

Comments
 (0)