summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMidas <vdrportal_midas@gmx.de>2012-04-03 19:39:46 +0200
committerMidas <vdrportal_midas@gmx.de>2012-04-03 19:39:46 +0200
commite78b814fe5f52e4bbcd63842adefe0e44016ec43 (patch)
treef8df9ed569bee47c3b68f29a570e22f452642c43 /Makefile
parente64b78a1f6313623035fb8e2a7de1fc8fea24d75 (diff)
downloadvdr-plugin-block-e78b814fe5f52e4bbcd63842adefe0e44016ec43.tar.gz
vdr-plugin-block-e78b814fe5f52e4bbcd63842adefe0e44016ec43.tar.bz2
Bugfixes: Applied patch by Joe_D. Closes #928 @ vdr-developer.org
Features: Plugin now may take care of age rating information derived from the stream.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a3b4f8c..942c3b0 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ pri
### The C++ compiler and options:
CXX ?= g++
-CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual
+CXXFLAGS ?= -fPIC -O2 -Wall -Wextra -Woverloaded-virtual
### The directory environment: