summaryrefslogtreecommitdiffstats
path: root/package/janus-gateway/0002-Add-test-for-Wunused-but-set-variable.patch
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-06-05 19:52:04 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-06-05 21:39:31 +0200
commiteed8c2e38e83de107dc3a1ae24815f43a59dfe1c (patch)
tree80759f25571993bc930504e95acd4515ae1e0c0a /package/janus-gateway/0002-Add-test-for-Wunused-but-set-variable.patch
parent55c4abd0abc2ba4c12858c2f18cbcd3957b8d41e (diff)
downloadbuildroot-eed8c2e38e83de107dc3a1ae24815f43a59dfe1c.tar.gz
buildroot-eed8c2e38e83de107dc3a1ae24815f43a59dfe1c.zip
package/janus-gateway: bump version to v0.1.0
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/janus-gateway/0002-Add-test-for-Wunused-but-set-variable.patch')
-rw-r--r--package/janus-gateway/0002-Add-test-for-Wunused-but-set-variable.patch8
1 files changed, 5 insertions, 3 deletions
diff --git a/package/janus-gateway/0002-Add-test-for-Wunused-but-set-variable.patch b/package/janus-gateway/0002-Add-test-for-Wunused-but-set-variable.patch
index 14acae5575..13bc21ea42 100644
--- a/package/janus-gateway/0002-Add-test-for-Wunused-but-set-variable.patch
+++ b/package/janus-gateway/0002-Add-test-for-Wunused-but-set-variable.patch
@@ -14,6 +14,8 @@ and uses it to detect if the -Wunused-but-set-variable option is
supported, and only uses it in this case.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+(rebased against v0.1.0)
+Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
Makefile.am | 2 +-
configure.ac | 3 ++
@@ -29,11 +31,11 @@ index 5d23e0b..0f51f6a 100644
-Wnested-externs -Wstrict-prototypes -Wunsafe-loop-optimizations \
-Wwrite-strings -Wno-missing-field-initializers -Wno-unused-parameter \
-Wcast-align -Wformat-nonliteral -Wformat-security -Wswitch-default \
-- -Wmissing-include-dirs -Waggregate-return -Wunused-but-set-variable \
-+ -Wmissing-include-dirs -Waggregate-return @GCC_WARN_UNUSED_BUT_SET@ \
+- -Wmissing-include-dirs -Wno-aggregate-return -Wunused-but-set-variable \
++ -Wmissing-include-dirs -Wno-aggregate-return @GCC_WARN_UNUSED_BUT_SET@ \
-Warray-bounds -Wold-style-definition -Wsign-compare -Wlarger-than=65537
AM_CFLAGS += -Wno-undef # sophiasip is not -Wundef--safe
- AM_CFLAGS += -Wredundant-decls # sophiasip also contains redundant declarations
+ AM_CFLAGS += -Wno-redundant-decls # sophiasip also contains redundant declarations
diff --git a/configure.ac b/configure.ac
index 17870a7..f9bb1e4 100644
--- a/configure.ac
OpenPOWER on IntegriCloud