mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
COMP: attempt to fix more 'hidden by' warnings.
This commit is contained in:
@@ -3336,7 +3336,7 @@ SystemTools
|
||||
while(first != last)
|
||||
{
|
||||
result.append("/");
|
||||
result.append(*first++);
|
||||
result.append((*first++));
|
||||
}
|
||||
|
||||
// Return the concatenated result.
|
||||
|
||||
Reference in New Issue
Block a user