COMP: warning.
This commit is contained in:
parent
04457b6a3a
commit
bd74de53f3
|
@ -3203,7 +3203,7 @@ void SystemTools::ConvertWindowsCommandLineToUnixArguments(
|
||||||
|
|
||||||
// Grab the args
|
// Grab the args
|
||||||
|
|
||||||
size_t pos = 0;
|
size_t pos;
|
||||||
int argc_idx = 1;
|
int argc_idx = 1;
|
||||||
|
|
||||||
for (i = 0; i < cmd_line_len; i++)
|
for (i = 0; i < cmd_line_len; i++)
|
||||||
|
|
Loading…
Reference in New Issue