diff options
author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-04-01 08:49:05 +0200 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2009-04-01 08:49:05 +0200 |
commit | f9d20888cc78b36d92bff93c160c56e07d2d767b (patch) | |
tree | d75915b78aa386c9a6f2443f314b8f83287a9a64 /Makefile | |
parent | 39236f317b1619ece33ae55be2e0eba0a55d3914 (diff) | |
download | vdr-plugin-dxr3-f9d20888cc78b36d92bff93c160c56e07d2d767b.tar.gz vdr-plugin-dxr3-f9d20888cc78b36d92bff93c160c56e07d2d767b.tar.bz2 |
tell gcc to throw out more warnings
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |