We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bece9f commit a971df8Copy full SHA for a971df8
2 files changed
src/Make_cyg_ming.mak
@@ -414,7 +414,7 @@ WINDRES_CC = $(CC)
414
#>>>>> end of choices
415
###########################################################################
416
417
-CFLAGS = -Iproto $(DEFINES) -pipe -w -march=$(ARCH) -Wall
+CFLAGS = -Iproto $(DEFINES) -pipe -march=$(ARCH) -Wall
418
WINDRES_FLAGS = --preprocessor="$(WINDRES_CC) -E -xc" -DRC_INVOKED
419
EXTRA_LIBS =
420
src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
747
748
static int included_patches[] =
749
{ /* Add new patch number below this line */
750
+/**/
751
+ 1323,
752
/**/
753
1322,
754
0 commit comments