compiler warning
This commit is contained in:
parent
6154ac04bf
commit
c86cd6de5d
|
|
@ -94,6 +94,9 @@ operator << (ostream &out, TypeHandle::MemoryClass mem_class) {
|
|||
|
||||
case TypeHandle::MC_deleted_chain_inactive:
|
||||
return out << "deleted_chain_inactive";
|
||||
|
||||
case TypeHandle::MC_limit:
|
||||
return out << "limit";
|
||||
}
|
||||
|
||||
return out
|
||||
|
|
|
|||
Loading…
Reference in New Issue