mirror of https://github.com/stella-emu/stella.git
fix non-VS warning
This commit is contained in:
parent
2de1e70941
commit
16a5bb2d1d
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue