diff options
author | Stephen Warren <swarren@nvidia.com> | 2017-02-28 17:12:35 -0700 |
---|---|---|
committer | Varun Wadekar <vwadekar@nvidia.com> | 2017-04-13 12:35:21 -0700 |
commit | 7b3052710b39829ff7e2cc73e65fc94e3fe7d0d6 (patch) | |
tree | 81dd36d904a7407dcaa345976aa3795d2b57a97b /drivers/arm/ccn/ccn.c | |
parent | c459206d21ac71baca6f742565b6248298872622 (diff) |
Tegra186: mce: Avoid implementation-defined bitfield types
GCC version 4.8 (and presumably earlier) warn when non-standard types are
used for bitfield definitions when -pedantic is enabled. This prevents TF
from being built with such toolchains, since -Werror -pedantic options are
used.
gcc-4.9 removed this warning; -pedantic is intended to cause gcc to emit a
warning in all cases required by the standard, but the standard does not
require a warning in this case.
See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57773
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'drivers/arm/ccn/ccn.c')
0 files changed, 0 insertions, 0 deletions