mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
Various warning fixes and devirtualization
* Remove ArrayString * devirtualize GetCount and SetCount, they're no longer needed * set storage duration of fmt::placeholder to extern to be consistent * make length unsigned and the return value of sprintf signed * remove dead code "s.Close()" is never reached * devirtualize WrteToLog() * devirtualize Ini functions
This commit is contained in:
parent
1975b7e139
commit
4066950975
6 changed files with 21 additions and 113 deletions
|
@ -622,8 +622,6 @@ bool CheckDebugSelf(const std::string& self, const std::string& elf)
|
|||
s.Seek(0);
|
||||
return false;
|
||||
}
|
||||
|
||||
s.Close();
|
||||
}
|
||||
|
||||
bool DecryptSelf(const std::string& elf, const std::string& self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue