mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
static analysis: more const
This commit is contained in:
parent
d3c5cc7b13
commit
a8fc3f5f74
18 changed files with 64 additions and 66 deletions
|
@ -159,7 +159,7 @@ namespace fmt
|
|||
std::string result;
|
||||
bool first = true;
|
||||
|
||||
for (auto& v : sources)
|
||||
for (const auto& v : sources)
|
||||
{
|
||||
if (first)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue