commit | bfb38988c51e440fd7062ddf3157f7d8b1dd5d70 | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <mka@chromium.org> | Fri Apr 21 14:39:30 2017 -0700 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jun 22 08:52:21 2017 +0900 |
tree | 288ab0e0601a70bee476c8bedb29a072265eba6e | |
parent | f8224f7f4801733a46f332d9eb498234ff1ddac2 [diff] |
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>