OSDN Git Service

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)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 1 May 2019 18:05:41 +0000 (11:05 -0700)
commit6f303d60534c46aa1a239f29c321f95c83dda748
tree203ab69409a8736b8a0d200b0d8c14d98f397ef0
parentf2bc9c908dfe3f56fe4ca4d92e5c5be80963b973
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>
Makefile