commit | da87520b03467ddcec71daedcb48cfd70b13928e | [log] [tgz] |
---|---|---|
author | Ryan Savitski <rsavitski@google.com> | Mon Jul 22 16:15:32 2019 +0100 |
committer | Ryan Savitski <rsavitski@google.com> | Mon Jul 22 16:15:32 2019 +0100 |
tree | c110e7eac554513955c311b57a10be40d3bd56c5 | |
parent | 438b8327da7ffcdb35dc357fd83c1a186e9c9e6a [diff] |
gcc build fix for protoprofile switch Change-Id: Ifb34e2a5f1251fb75801bad7add4ea4c47dce557
diff --git a/tools/protoprofile/main.cc b/tools/protoprofile/main.cc index d507e3c..5da8ad3 100644 --- a/tools/protoprofile/main.cc +++ b/tools/protoprofile/main.cc
@@ -122,6 +122,7 @@ case protozero::proto_utils::ProtoWireType::kFixed64: return 8; } + PERFETTO_FATAL("unexpected field type"); // for gcc } int SizeProfileComputer::InternString(const std::string& s) {