mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
COMP: warning.
This commit is contained in:
@@ -3203,7 +3203,7 @@ void SystemTools::ConvertWindowsCommandLineToUnixArguments(
|
||||
|
||||
// Grab the args
|
||||
|
||||
size_t pos = 0;
|
||||
size_t pos;
|
||||
int argc_idx = 1;
|
||||
|
||||
for (i = 0; i < cmd_line_len; i++)
|
||||
|
||||
Reference in New Issue
Block a user