diff options
| author | Holger Steinhaus <hsteinhaus@gmx.de> | 2015-11-12 08:56:47 +0100 |
|---|---|---|
| committer | Holger Steinhaus <hsteinhaus@gmx.de> | 2015-11-12 09:22:23 +0100 |
| commit | c6f1ec91cbf6f608493bd61f1f508d9e045f9339 (patch) | |
| tree | e7fade50de3da5082d5da8ff96da6be35efc6237 /Makefile | |
| parent | a40106d5c33463fb2071881db564a39f302f5163 (diff) | |
| download | vdr-plugin-mcli-c6f1ec91cbf6f608493bd61f1f508d9e045f9339.tar.gz vdr-plugin-mcli-c6f1ec91cbf6f608493bd61f1f508d9e045f9339.tar.bz2 | |
fixed more "uninitialized use" warnings
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |
