summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 665bd68..3fe2a3a 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,8 @@ TMPDIR ?= /tmp
export CFLAGS = $(call PKGCFG,cflags)
export CXXFLAGS = $(call PKGCFG,cxxflags)
+CXXFLAGS += -Wno-unused-result
+
### The version number of VDR's plugin API:
APIVERSION = $(call PKGCFG,apiversion)