gcc-9: silence 'address-of-packed-member' warning
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 1 May 2019 18:05:41 +0000 (11:05 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Jun 2019 03:35:52 +0000 (11:35 +0800)
commit76343a1363f8c87ea99d48d209bd26941ec329e8
tree5447d5223fdbe1bbc02a8051ce01f0848ef677d3
parent6a997c3a239ab7adda6a74196b4b8f5e333465e6
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>
Makefile