Cleaning up clang warnings in gpu/.

This commit is contained in:
Ben Vanik
2016-01-01 16:04:47 +00:00
parent 95d3a9c345
commit e029c9abdc
5 changed files with 49 additions and 40 deletions

View File

@@ -127,8 +127,9 @@ void TraceReader::ParseTrace() {
last_ptr = trace_ptr;
break;
}
case PacketCategory::kSwap: {
//
case PacketCategory::kSwap:
case PacketCategory::kGeneric: {
// Ignored.
break;
}
}