commit | ef88a1104ac07260e7eee498c6e4e4cc2506b063 | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Thu Mar 31 12:34:48 2016 +0100 |
committer | Vladimir Marko <vmarko@google.com> | Thu Mar 31 13:24:46 2016 +0100 |
tree | 5105d56324b34dc395678e386ee1d533193438f5 | |
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