commit | 6f303d60534c46aa1a239f29c321f95c83dda748 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Wed May 01 11:05:41 2019 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed May 01 11:05:41 2019 -0700 |
tree | 203ab69409a8736b8a0d200b0d8c14d98f397ef0 | |
parent | f2bc9c908dfe3f56fe4ca4d92e5c5be80963b973 [diff] |
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>