commit | fc7c5de49793f9ba8ed0a936d074b3deba2f57cb | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <mka@chromium.org> | Fri Apr 21 14:39:30 2017 -0700 |
committer | Greg Hackmann <ghackmann@google.com> | Mon Oct 16 15:30:38 2017 -0700 |
tree | fce4e889551c0f60c50e0a619006f8ba63f2bf41 | |
parent | cc7bf5b9693203cbd9b64d89ae18b44dc7fb3c5f [diff] |
UPSTREAM: 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> (cherry picked from commit bfb38988c51e440fd7062ddf3157f7d8b1dd5d70)