kbuild: clang: Disable 'address-of-packed-member' warning
authorMatthias Kaehlcke <mka@chromium.org>
Fri, 21 Apr 2017 21:39:30 +0000 (14:39 -0700)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 21 Jun 2017 23:52:21 +0000 (08:52 +0900)
commitbfb38988c51e440fd7062ddf3157f7d8b1dd5d70
tree288ab0e0601a70bee476c8bedb29a072265eba6e
parentf8224f7f4801733a46f332d9eb498234ff1ddac2
kbuild: clang: Disable 'address-of-packed-member' warning

clang generates plenty of these warnings in different parts of the code,
to an extent that the warnings are little more than noise. Disable the
'address-of-packed-member' warning.

Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile