diff options
author | Vladimir Marko <vmarko@google.com> | 2016-03-31 12:34:48 +0100 |
---|---|---|
committer | Vladimir Marko <vmarko@google.com> | 2016-03-31 13:24:46 +0100 |
commit | ef88a1104ac07260e7eee498c6e4e4cc2506b063 (patch) | |
tree | 5105d56324b34dc395678e386ee1d533193438f5 /compiler/optimizing/graph_visualizer.cc | |
parent | b0170f0457f60b81dd232bb3fa505b22f10f324c (diff) |
Fix silly gcc warning.
Explicitly specify the underlying type of LinkerPatch::Type
as uint8_t because gcc would select a bigger type and then
complain that
'art::LinkerPatch::patch_type_' is too small to hold all
values of 'enum class art::LinkerPatch::Type'
which is really ridiculous given that the enum contains only
a handful enumerators with default (small) values.
Change-Id: I4c4b21cde62e56b62488bae99d3690d900c3c29e
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions