From e78b814fe5f52e4bbcd63842adefe0e44016ec43 Mon Sep 17 00:00:00 2001 From: Midas Date: Tue, 3 Apr 2012 19:39:46 +0200 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3