immortalwrt/package/network/services
Kevin Darbyshire-Bryant 7fd140860e
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>
2020-04-05 21:20:51 +08:00
..
dnsmasq dnsmasq: adjust default settings 2020-03-27 21:26:36 +08:00
dropbear dropbear: backport add ip address to exit without auth messages 2020-04-05 21:19:58 +08:00
ead treewide: sync with upstream source 2020-03-28 23:37:17 +08:00
hostapd hostapd: Move hostapd variants to WirelessAPD menu 2020-04-05 21:20:16 +08:00
igmpproxy treewide: sync with upstream source 2020-03-28 23:37:17 +08:00
ipset-dns fix permission 2019-09-30 14:27:46 +08:00
lldpd lldpd: bump to 1.0.5 2020-02-23 15:27:02 +08:00
odhcpd treewide: sync with upstream source 2020-03-28 23:37:17 +08:00
omcproxy treewide: sync with upstream source 2020-03-28 23:37:17 +08:00
openvpn treewide: sync with upstream source 2020-03-28 23:37:17 +08:00
openvpn-easy-rsa fix permission 2019-09-30 14:27:46 +08:00
ppp shellsync: add kmod-macvlan depend 2020-03-08 03:04:16 -07:00
relayd treewide: sync with upstream source 2020-03-28 23:37:17 +08:00
samba36 samba36: smb.conf.template socktet settings 2019-10-12 08:24:08 -07:00
shellsync shellsync: add kmod-macvlan depend 2020-03-08 03:04:16 -07:00
uhttpd uhttpd: bump to latest Git HEAD 2020-03-26 20:04:15 +08:00
umdns umdns: suppress address-of-packed-member warning 2020-04-05 21:20:51 +08:00
wireguard wireguard: bump to 1.0.20200330 2020-03-31 19:54:01 +08:00