ayaports/unmaintained/zeroc-ice35/0003-warnings-not-treated-as-errors.patch
build@apk-groulx 7c2d413554 3.17 cleanup
2023-01-11 00:40:45 +00:00

20 lines
660 B
Diff

diff --git a/cpp/config/Make.rules.Linux b/cpp/config/Make.rules.Linux
index 5d5717c9f8..5f061da009 100644
--- a/cpp/config/Make.rules.Linux
+++ b/cpp/config/Make.rules.Linux
@@ -79,7 +79,7 @@ ifeq ($(CXX),g++)
endif
endif
- CXXFLAGS = $(CXXARCHFLAGS) -Wall -Werror -pthread
+ CXXFLAGS = $(CXXARCHFLAGS) -Wall -pthread
ifneq ($(GENPIC),no)
CXXFLAGS += -fPIC
@@ -165,4 +165,4 @@ ifneq ($(QT_HOME),)
QT_FLAGS = -I$(QT_HOME)/include
QT_LIBS = -L$(QT_HOME)/$(libsubdir) -lQtCore -lQtSql
QT_RPATH_LINK = $(call rpathlink,$(QT_HOME)/$(libsubdir))
-endif
\ No newline at end of file
+endif