Openwrt/package/libs
Christian Lamparter a8bae35914 elfutils: fix gcc 8.0+ multistatement macros warning/error
GCC 8.0+ <https://gcc.gnu.org/gcc-8/changes.html> introduces a new
warning about unsafe macros expanding to multiple statements used
as a body of a statement such as if, else, while, switch, or for.

In combination with -Werror this can cause the compilation to fail:

|In file included from xmalloc.c:37:
|xmalloc.c: In function 'xmalloc':
|system.h:39:2: error: macro expands to multiple statements [-Werror=multistatement-macros]
|  fflush(stdout); \
|  ^~~~~~
|xmalloc.c:52:5: note: in expansion of macro 'error'
|     error (EXIT_FAILURE, 0, _("memory exhausted"));
|     ^~~~~
|xmalloc.c:51:3: note: some parts of macro expansion are not guarded by this 'if' clause
|   if (p == NULL)
|   ^~

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
2018-12-20 19:21:42 +01:00
..
argp-standalone
elfutils elfutils: fix gcc 8.0+ multistatement macros warning/error 2018-12-20 19:21:42 +01:00
gettext
gettext-full
gmp
libbsd
libconfig
libevent2
libiconv
libiconv-full
libjson-c
libmnl
libnetfilter-conntrack
libnetfilter-cthelper
libnetfilter-cttimeout
libnetfilter-log
libnetfilter-queue
libnfnetlink
libnftnl
libnl
libnl-tiny
libpcap
libroxml
librpc
libtool
libubox
libunwind
libusb
libusb-compat
lzo
mbedtls mbedtls: fix compilation on ARM < 6 2018-12-16 14:03:06 +01:00
ncurses
nettle
nghttp2 nghttp2: bump to 1.35.1 2018-12-15 12:30:02 +01:00
openssl
popt
readline
sysfsutils
toolchain
uclibc++
uclient
ustream-ssl
wolfssl
zlib