summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2009-04-01 08:49:05 +0200
committerChristian Gmeiner <christian.gmeiner@gmail.com>2009-04-01 08:49:05 +0200
commitf9d20888cc78b36d92bff93c160c56e07d2d767b (patch)
treed75915b78aa386c9a6f2443f314b8f83287a9a64
parent39236f317b1619ece33ae55be2e0eba0a55d3914 (diff)
downloadvdr-plugin-dxr3-f9d20888cc78b36d92bff93c160c56e07d2d767b.tar.gz
vdr-plugin-dxr3-f9d20888cc78b36d92bff93c160c56e07d2d767b.tar.bz2
tell gcc to throw out more warnings
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cccbccf..55e6da8 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ VERSION = $(shell grep 'static const char VERSION\[\] *=' $(PLUGIN).c | awk '{ p
### The C++ compiler and options:
CXX = g++
-CXXFLAGS = -O2 -fPIC -Wall -Woverloaded-virtual
+CXXFLAGS = -O2 -fPIC -Wall -Wextra -Woverloaded-virtual
### The directory environment: