summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHolger Steinhaus <hsteinhaus@gmx.de>2015-11-11 21:11:35 +0100
committerHolger Steinhaus <hsteinhaus@gmx.de>2015-11-17 12:51:28 +0100
commite4ed62f8a9a3bf45932bce845d4c1f888bed121c (patch)
tree483f0669f2bc294584364f71cfaf36b7149b009f /Makefile
parentb56628077d0c54c08dddff6ee80aba4e661dc9f4 (diff)
downloadvdr-plugin-mcli-e4ed62f8a9a3bf45932bce845d4c1f888bed121c.tar.gz
vdr-plugin-mcli-e4ed62f8a9a3bf45932bce845d4c1f888bed121c.tar.bz2
removed some printfs, converted others to VDR-like isyslog/dsyslog/esyslog() calls
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 84ff243..96c99ee 100644
--- a/Makefile
+++ b/Makefile
@@ -23,8 +23,8 @@ TMPDIR ?= /tmp
### The compiler options:
-export CFLAGS = $(call PKGCFG,cflags) -fPIC
-export CXXFLAGS = $(call PKGCFG,cxxflags) -fPIC
+export CFLAGS = $(call PKGCFG,cflags) -fPIC -Wall
+export CXXFLAGS = $(call PKGCFG,cxxflags) -fPIC -Wall
### The version number of VDR's plugin API: