gcc-9: silence 'address-of-packed-member' warning 34/220134/3
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 1 May 2019 18:05:41 +0000 (11:05 -0700)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 16 Dec 2019 01:32:06 +0000 (10:32 +0900)
commit7d2baa6cd08fb41210921e2f4e0e2eb937c7a9c1
tree06ace1d0c6f496e70cf68f1a98f55cec277bc776
parent0ea895c9d3190532e2133bda79f34868fc696bd2
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: I2e4fb85329412ecf3acdeee02ae44bb3082ce921
Makefile