diff options
author | Bill Lorensen <lorensen@crd.ge.com> | 2005-05-28 12:44:44 (GMT) |
---|---|---|
committer | Bill Lorensen <lorensen@crd.ge.com> | 2005-05-28 12:44:44 (GMT) |
commit | bd74de53f356bda5b7296dea209e825da9dd5cb2 (patch) | |
tree | 122b942e658bbebe48ccf0ae78f0962fe982fecd | |
parent | 04457b6a3a1576b3a3bc939474b0ddd12281f86e (diff) | |
download | CMake-bd74de53f356bda5b7296dea209e825da9dd5cb2.zip CMake-bd74de53f356bda5b7296dea209e825da9dd5cb2.tar.gz CMake-bd74de53f356bda5b7296dea209e825da9dd5cb2.tar.bz2 |
COMP: warning.
-rw-r--r-- | Source/kwsys/SystemTools.cxx | 2 |
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++) |