openwrt/package
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
..
base-files base-files: install missing /etc/iproute2/ematch_map 2018-12-19 07:33:35 +01:00
boot layerscape: add LS1021AIOT board support 2018-12-18 20:17:23 +01:00
devel valgrind: enable LTO and refresh patches 2018-11-26 09:44:42 +01:00
firmware ath10k-firmware: update Candela Tech firmware images 2018-12-20 09:23:45 +01:00
kernel mac80211: backport upstream fixes 2018-12-20 14:03:39 +01:00
libs elfutils: fix gcc 8.0+ multistatement macros warning/error 2018-12-20 19:21:42 +01:00
network odhcpd: add PKG_VERSION again 2018-12-20 16:50:08 +01:00
system ubox: bump to git HEAD 2018-12-18 23:17:39 +02:00
utils f2fs-tools: Update to 1.12.0 2018-12-16 00:57:19 +01:00
Makefile