diff options
author | horchi <vdr@jwendel.de> | 2017-03-23 18:50:46 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2017-03-23 18:50:46 +0100 |
commit | dcf081666c526b6c9d5f1992088a56ea50b4816d (patch) | |
tree | 09a2f7be8d31e9a9e40c0ee42845939f9138a841 /Make.config | |
parent | dfdedfcafbca62a0a5a327b6ee1b453e0341a753 (diff) | |
download | vdr-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.config | 4 |
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 |