From 7d217b4788e8f3ebbddf2e8a305dcc646bbaefdd Mon Sep 17 00:00:00 2001 From: Jasmin Jessich Date: Sun, 21 May 2017 20:07:17 +0200 Subject: Removed "-Wall"; this should come from vdr/Make.config --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0b0b95f..e9b297c 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ ifneq ($(HAVE_LIBPCRECPP),) LIBS += $(HAVE_LIBPCRECPP) endif -CXXFLAGS += -std=c++11 -Wfatal-errors -Wall # -Werror +CXXFLAGS += -std=c++11 -Wfatal-errors ### export all vars for sub-makes, using absolute paths LIBDIR := $(shell cd $(LIBDIR) >/dev/null 2>&1 && pwd) -- cgit v1.2.3