summaryrefslogtreecommitdiff
path: root/Make.config
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-03-23 18:50:46 +0100
committerhorchi <vdr@jwendel.de>2017-03-23 18:50:46 +0100
commitdcf081666c526b6c9d5f1992088a56ea50b4816d (patch)
tree09a2f7be8d31e9a9e40c0ee42845939f9138a841 /Make.config
parentdfdedfcafbca62a0a5a327b6ee1b453e0341a753 (diff)
downloadvdr-epg-daemon-dcf081666c526b6c9d5f1992088a56ea50b4816d.tar.gz
vdr-epg-daemon-dcf081666c526b6c9d5f1992088a56ea50b4816d.tar.bz2
2017-03-23: version 1.1.114 (horchi)\n - change: Minor view change for peding features\n\n1.1.114
Diffstat (limited to 'Make.config')
-rw-r--r--Make.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/Make.config b/Make.config
index 3d8effd..4e06fc7 100644
--- a/Make.config
+++ b/Make.config
@@ -85,7 +85,7 @@ endif
CFLAGS += -fPIC -Wreturn-type -Wall -Wextra -Wparentheses -Wformat -pedantic \
-Wno-long-long -Wunused-variable -Wunused-label -Wno-unused-result \
- -Wunused-value -Wunused-function -Wno-variadic-macros \
+ -Wunused-value -Wunused-function -Wno-variadic-macros -Wunused-local-typedefs \
-Wno-unused-parameter -Werror=format-security \
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
@@ -94,7 +94,7 @@ CFLAGS += -std=c++11 -D__STDC_FORMAT_MACROS
ifdef USE_CLANG
CFLAGS += -x c++ -Wunused-const-variable
else
- CFLAGS += -Wunused-but-set-variable
+ CXXFLAGS += -Wunused-but-set-variable -Wunused-but-set-parameter
endif
%.o: %.c