summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJasmin Jessich <jasmin@anw.at>2017-06-07 21:07:26 +0200
committerJasmin Jessich <jasmin@anw.at>2017-06-07 21:07:26 +0200
commit475773e05f3ff85efac39120e0b6a31b7d337b1a (patch)
treee955fc9ffb0602df1be9790a73259b1b027638c5 /Makefile
parentc60d14e39aa436c4f48d7b7ebbc1d31fee4f8bfd (diff)
downloadvdr-plugin-live-475773e05f3ff85efac39120e0b6a31b7d337b1a.tar.gz
vdr-plugin-live-475773e05f3ff85efac39120e0b6a31b7d337b1a.tar.bz2
Fixed all undefined preprocessor variables
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2d91308..27f7f2b 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ ifneq ($(HAVE_LIBPCRECPP),)
LIBS += $(HAVE_LIBPCRECPP)
endif
-CXXFLAGS += -std=c++11 -Wfatal-errors
+CXXFLAGS += -std=c++11 -Wfatal-errors -Wundef
### export all vars for sub-makes, using absolute paths
LIBDIRABS = $(abspath $(LIBDIR))