diff options
author | Jasmin Jessich <jasmin@anw.at> | 2017-05-21 20:07:17 +0200 |
---|---|---|
committer | Jasmin Jessich <jasmin@anw.at> | 2017-05-21 20:07:17 +0200 |
commit | 7d217b4788e8f3ebbddf2e8a305dcc646bbaefdd (patch) | |
tree | 0a739cfa6fb1d783d15ccfb86ea8ce95f42720ea | |
parent | 4e566656574787472162d7a09bd4460d1ff1e033 (diff) | |
download | vdr-plugin-live-7d217b4788e8f3ebbddf2e8a305dcc646bbaefdd.tar.gz vdr-plugin-live-7d217b4788e8f3ebbddf2e8a305dcc646bbaefdd.tar.bz2 |
Removed "-Wall"; this should come from vdr/Make.config
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |