fix non-VS warning

This commit is contained in:
thrust26 2020-03-31 18:40:48 +02:00
parent 2de1e70941
commit 16a5bb2d1d
1 changed files with 1 additions and 3 deletions

View File

@ -1576,9 +1576,7 @@ void CartDebug::AccessTypeAsString(ostream& buf, Device::AccessType type) const
case Device::AUD: buf << "AUD"; break;
case Device::DATA: buf << "DATA"; break;
case Device::ROW: buf << "ROW"; break;
case Device::REFERENCED:
case Device::VALID_ENTRY:
case Device::NONE: break;
default: break;
}
}