summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasmin Jessich <jasmin@anw.at>2017-05-21 20:07:17 +0200
committerJasmin Jessich <jasmin@anw.at>2017-05-21 20:07:17 +0200
commit7d217b4788e8f3ebbddf2e8a305dcc646bbaefdd (patch)
tree0a739cfa6fb1d783d15ccfb86ea8ce95f42720ea
parent4e566656574787472162d7a09bd4460d1ff1e033 (diff)
downloadvdr-plugin-live-7d217b4788e8f3ebbddf2e8a305dcc646bbaefdd.tar.gz
vdr-plugin-live-7d217b4788e8f3ebbddf2e8a305dcc646bbaefdd.tar.bz2
Removed "-Wall"; this should come from vdr/Make.config
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)