openwrt/package
Kevin Darbyshire-Bryant ef3df27507 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)
(cherry picked from commit a10b6ec1c8cd6d14a3b76a2ec3d81442b85f7321)
2020-04-20 11:34:13 +01:00
..
base-files OpenWrt v19.07.2: revert to branch defaults 2020-02-27 22:34:09 +01:00
boot uboot-envtools: ath79: add Netgear WNDR3700v2 2020-02-07 14:08:24 +01:00
devel binutils: add ALTERNATIVES for strings (FS#3001) 2020-04-18 13:12:42 +02:00
firmware ath10k-firmware: Add kmod-ath10k-ct-smallbuffers to depends 2019-12-24 01:04:14 +01:00
kernel mac80211: Update to version 4.19.112 2020-03-29 18:27:49 +02:00
libs mbedtls: update to 2.16.6 2020-04-18 00:18:13 +02:00
network umdns: suppress address-of-packed-member warning 2020-04-20 11:34:13 +01:00
system rpcd: fix respawn settings 2020-03-29 18:47:26 +02:00
utils busybox: enable truncate on bcm53xx target 2020-04-07 15:49:56 +02:00
Makefile packages: apply usign padding workarounds to package indexes if needed 2019-08-07 07:22:37 +02:00