From c6f1ec91cbf6f608493bd61f1f508d9e045f9339 Mon Sep 17 00:00:00 2001 From: Holger Steinhaus Date: Thu, 12 Nov 2015 08:56:47 +0100 Subject: fixed more "uninitialized use" warnings --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3edc75d..44bae50 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