gcc-9: silence 'address-of-packed-member' warning 78/221278/1
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 1 May 2019 18:05:41 +0000 (11:05 -0700)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 30 Dec 2019 10:49:13 +0000 (19:49 +0900)
commit0d67e5e24aced6ce734368aeb6e9a18d133ea44f
tree76a4633dba4ebc72f85c7d7e8a0446b34f31e63d
parent0242840943e0631d3f6f0a07d1616768e26eabf7
gcc-9: silence 'address-of-packed-member' warning

commit 6f303d60534c46aa1a239f29c321f95c83dda748 upstream.

We already did this for clang, but now gcc has that warning too.  Yes,
yes, the address may be unaligned.  And that's kind of the point.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
[sw0312.kim: cherry-pick from stable linux-4.14.y commit 8e69458509d2 for gcc 9 build]
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Change-Id: Iec954dfa4fd8bf3ea7e1db3da2e421b8f58bbb32
Makefile