diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index 9d6499e1c..3770879cc 100644 --- a/Source/kwsys/SystemTools.cxx +++ b/Source/kwsys/SystemTools.cxx @@ -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++)