mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 22:10:32 +00:00
COMP: attempt to fix more 'hidden by' warnings.
This commit is contained in:
parent
f33bcd6c50
commit
9e7a3d7ece
@ -3336,7 +3336,7 @@ SystemTools
|
||||
while(first != last)
|
||||
{
|
||||
result.append("/");
|
||||
result.append(*first++);
|
||||
result.append((*first++));
|
||||
}
|
||||
|
||||
// Return the concatenated result.
|
||||
|
Loading…
Reference in New Issue
Block a user