From e4ed62f8a9a3bf45932bce845d4c1f888bed121c Mon Sep 17 00:00:00 2001 From: Holger Steinhaus Date: Wed, 11 Nov 2015 21:11:35 +0100 Subject: removed some printfs, converted others to VDR-like isyslog/dsyslog/esyslog() calls --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3