summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-05-25 21:36:38 +0200
committerJochen Dolze <vdr@dolze.de>2010-05-25 21:36:38 +0200
commite8891a0d2713d830c276c3914a6c6bfd75b71295 (patch)
tree29ab5015744f35b92870d838f57039b5c4dca578 /Makefile
parent18e1698f114f033accb23abbb83ba7761f04b566 (diff)
downloadvdr-plugin-infosatepg-e8891a0d2713d830c276c3914a6c6bfd75b71295.tar.gz
vdr-plugin-infosatepg-e8891a0d2713d830c276c3914a6c6bfd75b71295.tar.bz2
Fixed support for VDR >= 1.7.13 ;)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d654623..61ffe8c 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).h | awk '{ pri
### The C++ compiler and options:
CXX ?= g++
-CXXFLAGS ?= -fPIC -g0 -O2 -Wall -Woverloaded-virtual -Wno-parentheses
+CXXFLAGS ?= -fPIC -g0 -O2 -Wall -Wextra -Woverloaded-virtual -Wno-parentheses
### The directory environment: