mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Silence some warnings in some files in Utilities
This commit is contained in:
parent
853c3f9e39
commit
b9b06143d2
4 changed files with 13 additions and 10 deletions
|
@ -202,6 +202,7 @@ void cfg::encode(YAML::Emitter& out, const cfg::_base& rhs)
|
|||
out << YAML::EndMap;
|
||||
return;
|
||||
}
|
||||
default: LOG_ERROR(GENERAL, "Attempting to cfg encode an unimplemented type.");
|
||||
}
|
||||
|
||||
out << rhs.to_string();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue