summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorschmirl <schmirl>2007-04-16 11:01:02 +0000
committerschmirl <schmirl>2007-04-16 11:01:02 +0000
commit3ceb716ea9492ba1eb3331882a44b0d733426752 (patch)
treef3e15c1644ea780e3325c7ad8449c157862cc7a1 /Makefile
parent69b754bef9e45c3f92be1e37c177c41a1fcba41c (diff)
downloadvdr-plugin-streamdev-3ceb716ea9492ba1eb3331882a44b0d733426752.tar.gz
vdr-plugin-streamdev-3ceb716ea9492ba1eb3331882a44b0d733426752.tar.bz2
Use compiler flag -Wall. Cleanup code as necessary.
(#171 Thanks to Rolf Ahrenberg) Modified Files: Makefile streamdev-server.c server/connection.h server/connectionHTTP.c server/connectionVTP.c tools/source.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7be2627..8529750 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.7 2006/09/14 10:30:16 schmirl Exp $
+# $Id: Makefile,v 1.8 2007/04/16 11:01:02 schmirl Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -16,7 +16,7 @@ VERSION = $(shell grep 'const char \*VERSION *=' common.c | awk '{ print $$5 }'
### The C++ compiler and options:
CXX ?= g++
-CXXFLAGS ?= -fPIC -W -Woverloaded-virtual
+CXXFLAGS ?= -fPIC -Wall -Woverloaded-virtual
### The directory environment: