gcc-9: silence 'address-of-packed-member' warning 91/221391/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>
Tue, 31 Dec 2019 04:50:57 +0000 (13:50 +0900)
commitfd1078519e04e5c3cc40c08287c7d98b95908a05
treec8eb8d2096390c44059bbdbb7c4cdb064248d980
parent6aa1395d0d94eb1ba34154a9be80762ef108b043
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.19.y commit 76343a1363f8 for gcc 9 build]
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Change-Id: Ia29a74ee9de68e0518c46e7cc0affad1f07d5f10
Makefile