summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2006-03-04 11:40:36 +0000
committerwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2006-03-04 11:40:36 +0000
commit26c19bbee814f431f55d32d25ee441ed37650c7c (patch)
treea5935aee40be7e09f7634e50bd951d5d6cf446ed /Makefile
parente9a8f4935eb781257058527eab09f32ebed3abaa (diff)
downloadvdr-plugin-muggle-26c19bbee814f431f55d32d25ee441ed37650c7c.tar.gz
vdr-plugin-muggle-26c19bbee814f431f55d32d25ee441ed37650c7c.tar.bz2
eliminate warnings for compilation with -Wformat=2
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@931 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1de3872..2871744 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ pri
### The C++ compiler and options:
CXX ?= g++-3.3
-CXXFLAGS ?= -fPIC -O0 -Wall -Woverloaded-virtual -Wno-deprecated -g
+CXXFLAGS ?= -fPIC -O0 -Wall -Wformat=2 -Woverloaded-virtual -Wno-deprecated -g
### The directory environment: