Openwrt/package/libs
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
..
argp-standalone
cyassl
elfutils elfutils: Pass -Wno-unused-result to silence warnings as errors 2017-05-26 15:42:03 -07:00
gettext
gettext-full
gmp
libbsd
libconfig
libevent2
libiconv
libiconv-full
libjson-c json-c: disable implicit fallthrough warning (gcc 7) 2017-05-25 19:01:07 +02:00
libmnl
libnetfilter-conntrack
libnetfilter-cthelper
libnetfilter-cttimeout
libnetfilter-log
libnetfilter-queue
libnfnetlink
libnftnl libs/libnftnl: Update to 1.0.7 2017-05-16 17:22:58 +02:00
libnl libnl: Fix building with uClibc 2017-03-16 11:28:28 +01:00
libnl-tiny
libpcap libs/libpcap: Rework URLs 2017-03-22 09:16:23 +01:00
libreadline
libroxml
librpc
libtool
libubox
libunwind libunwind: update to 1.2 2017-05-22 11:07:40 +08:00
libusb
libusb-compat
lzo lzo: Update to 2.10 2017-03-20 08:25:49 +01:00
mbedtls mbedtls: update to version 2.4.2 2017-03-13 20:04:32 +01:00
ncurses
nettle
openssl libs/openssl: Refresh mirror list 2017-03-22 09:16:23 +01:00
popt
sysfsutils
toolchain toolchain: Package libgomp 2017-05-11 13:42:55 -07:00
uclibc++
uclient
ustream-ssl
zlib