gcc-9: silence 'address-of-packed-member' warning 37/220337/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, 17 Dec 2019 09:37:42 +0000 (18:37 +0900)
commitfe6aab00bf01f1115af583d3d9eef053ccbe1439
tree1c01e7111c4cb2654245205162f19a3fbbf51c26
parent610de039f99f4ca2dc1ff7d7510101a856417009
gcc-9: silence 'address-of-packed-member' warning

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>
[sw0312.kim: cherry-pick mainline commit 6f303d60534c for gcc 9 build]
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Change-Id: I65bd62a469032c64537b9cae5b3111ac141421b4
Makefile