Remove -Werror from hard-coded build flags. gcc15 has new warnings and

trips over this code base with -Werror.
OK sthen@
This commit is contained in:
claudio
2025-12-17 13:56:01 +00:00
parent d8a497a573
commit 10f96c15b3
+12
View File
@@ -0,0 +1,12 @@
Index: Makefile.common
--- Makefile.common.orig
+++ Makefile.common
@@ -42,7 +42,7 @@ OPTIMIZE ?= -O2
CFLAGS = $(OPTIMIZE) -g2 $(INCL) $(CDEBUG) $(MACHINECFLAGS) $(ARCHCFLAGS) $(EXTRACFLAGS) $(VERSIONCFLAGS) -DHOST_$(HOST) $(PFLAGS)
MFLAGS = $(OPTIMIZE) -g2 $(INCL) $(CDEBUG) $(MACHINECFLAGS) $(EXTRACFLAGS) $(VERSIONCFLAGS) -DHOST_$(HOST) $(PFLAGS)
LDFLAGS += $(PFLAGS) $(ARCHLDFLAGS)
-CONLYFLAGS = -std=gnu99 -Wall -Werror -Wno-format
+CONLYFLAGS = -std=gnu99 -Wall -Wno-format
SOBJS = charset.o dtnetsubs.o