tn3399_openwrt/package
Florian Fainelli 484f768dfa 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>
2017-05-26 15:42:03 -07:00
..
base-files Revert "sysupgrade: run only one instance at a time." 2017-05-26 14:49:08 +02:00
boot uboot-envtools: add support for 8devices Rambutan 2017-05-15 22:43:33 +02:00
devel devel/trace-cmd: Update to 2.6.1 2017-05-18 07:58:59 +02:00
firmware linux-firmware: add firmware for rtl8821ae support 2017-05-21 23:51:08 +02:00
kernel kernel: fix autoloading arch-specific modules 2017-05-25 22:52:07 +08:00
libs elfutils: Pass -Wno-unused-result to silence warnings as errors 2017-05-26 15:42:03 -07:00
network dnsmasq: add dhcp-script hook for other packages 2017-05-26 21:28:30 +02:00
system fstools: update to the latest version 2017-05-22 11:12:36 +02:00
utils xfsprogs: update to 4.11.0 2017-05-25 19:01:07 +02:00
Makefile build: cleanup tmp/ dir of target rootfs 2017-05-02 22:10:50 +08:00