summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Lorensen <lorensen@crd.ge.com>2005-05-28 12:44:44 (GMT)
committerBill Lorensen <lorensen@crd.ge.com>2005-05-28 12:44:44 (GMT)
commitbd74de53f356bda5b7296dea209e825da9dd5cb2 (patch)
tree122b942e658bbebe48ccf0ae78f0962fe982fecd /Source
parent04457b6a3a1576b3a3bc939474b0ddd12281f86e (diff)
downloadCMake-bd74de53f356bda5b7296dea209e825da9dd5cb2.zip
CMake-bd74de53f356bda5b7296dea209e825da9dd5cb2.tar.gz
CMake-bd74de53f356bda5b7296dea209e825da9dd5cb2.tar.bz2
COMP: warning.
Diffstat (limited to 'Source')
-rw-r--r--Source/kwsys/SystemTools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx
index 9d6499e..3770879 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++)