openwrt/package/network/services
Kevin Darbyshire-Bryant 02640f0147 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-04 11:28:18 +01:00
..
dnsmasq dnsmasq: bump to 2.81rc4 2020-03-29 18:30:08 +01:00
dropbear dropbear: fix compile error 2020-01-15 21:31:12 +01:00
ead ead: fix resource leak in tinysrp 2020-01-05 19:36:46 +01:00
hostapd hostapd: add abridged flag in disassoc_imminent 2020-03-30 01:46:50 +02:00
igmpproxy igmpproxy: drop SSDP packets 2018-07-30 10:43:36 +02:00
ipset-dns base-files: move /tmp/resolv.conf.auto to /tmp/resolv.conf.d/ 2020-01-07 15:36:03 +02:00
lldpd lldpd: bump to 1.0.5 2020-02-22 10:31:28 +02:00
odhcpd odhcpd: update to latest git HEAD 2020-03-15 20:09:19 +01:00
omcproxy omcproxy: define configuration file 2019-02-27 10:26:14 +01:00
openvpn openvpn: update to 2.4.8 2019-12-22 10:45:09 +01:00
openvpn-easy-rsa openvpn-easy-rsa: update to 3.0.4 2018-07-30 10:43:38 +02:00
ppp ppp: activate PIE ASLR by default 2020-03-01 21:35:59 +01:00
relayd treewide: replace LEDE_GIT with PROJECT_GIT 2018-01-10 21:27:32 +01:00
samba36 samba36: log error if getting device info failed 2020-03-21 22:35:45 +01:00
uhttpd uhttpd: bump to latest Git HEAD 2020-03-25 19:22:10 +01:00
umdns umdns: suppress address-of-packed-member warning 2020-04-04 11:28:18 +01:00
wireguard wireguard: bump to 1.0.20200401 2020-04-01 22:24:58 +02:00