openwrt/package
Florian Fainelli a6e5943a2a elfutils: Pass -Wno-unused-result to silence warnings as errors
elfutils turns on -Werror by default, and patch 100-musl-compat.patch
changes how strerror_r is used and we no longer use the function's
return value. This causes the following build error/warning to occur
with glibc-based toolchains:

dwfl_error.c: In function 'dwfl_errmsg':
dwfl_error.c:158:18: error: ignoring return value of 'strerror_r',
declared with attribute warn_unused_result [-Werror=unused-result]
       strerror_r (error & 0xffff, s, sizeof(s));
                  ^
cc1: all warnings being treated as errors

Fixing this would be tricky as there are two possible signatures for
strerror_r (XSI and GNU), just turn off unused-result warnings instead.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
(cherry picked from commit 484f768dfa)
2017-12-13 15:43:49 +01:00
..
base-files base-files: fix default procd reload 2017-12-13 15:33:48 +01:00
boot grub2: update to 2.02~rc2 2017-12-13 15:02:53 +01:00
devel devel/trace-cmd: Update to 2.6.1 2017-12-13 15:32:00 +01:00
firmware ath10k-firmware: do not select the qca988x by default 2017-05-27 14:22:16 +02:00
kernel mac80211: gracefully handle preexisting VIF 2017-12-13 15:29:01 +01:00
libs elfutils: Pass -Wno-unused-result to silence warnings as errors 2017-12-13 15:43:49 +01:00
network lldpd: bump to 0.9.7 2017-12-13 15:35:53 +01:00
system procd.sh: use parameterized respawn values 2017-12-13 14:39:02 +01:00
utils busybox: fix installation of cron and ntpd scripts in the default config 2017-12-13 15:01:04 +01:00
Makefile build: fix triggering opkg/host compilation 2017-04-09 15:42:20 +02:00