openwrt/package
Kevin Darbyshire-Bryant 7ebc51a57f umdns: suppress address-of-packed-member warning
gcc 8 & 9 appear to be more picky with regards access alignment to
packed structures, leading to this warning in dns.c:

dns.c:261:2: error: converting a packed ‘struct dns_question’ pointer
(alignment 1) to a ‘uint16_t’ {aka ‘short unsigned int’} pointer
(alignment 2) may result in an unaligned pointer value
[-Werror=address-of-packed-member]

261 |  uint16_t *swap = (uint16_t *) q;

Work around what I think is a false positive by turning the warning off.
Not ideal, but not quite as not ideal as build failure.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
(cherry picked from commit 02640f0147)
2020-05-04 16:22:39 +01:00
..
base-files OpenWrt v18.06.8: revert to branch defaults 2020-02-27 22:32:58 +01:00
boot ar71xx: update uboot-envtools for Netgear WNR routers 2019-11-12 16:31:09 +01:00
devel strace: Update to 4.22 2018-12-18 17:22:08 +01:00
firmware ath10k: update QCA4019 firmware 2018-12-27 16:38:13 +01:00
kernel lantiq: ltq-ptm: vr9: fix skb handling in ptm_hard_start_xmit() 2020-01-26 22:12:54 +01:00
libs libubox: backport blobmsg_check_array() fix 2020-02-27 22:25:59 +01:00
network umdns: suppress address-of-packed-member warning 2020-05-04 16:22:39 +01:00
system opkg: update to latest Git HEAD 2020-01-29 17:06:05 +01:00
utils e2fsprogs: Fix CVE-2019-5094 in libsupport 2020-01-01 20:55:17 +01:00
Makefile packages: apply usign padding workarounds to package indexes if needed 2019-08-07 07:23:51 +02:00