Ver código fonte

ERR: Added variable initializer.

Brad King 24 anos atrás
pai
commit
6b08b83d89
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Source/cmSystemTools.cxx

+ 1 - 1
Source/cmSystemTools.cxx

@@ -844,7 +844,7 @@ void cmSystemTools::GetArguments(std::string& line,
   while(!done)
     {
     std::string arg;
-    std::string::size_type endpos;
+    std::string::size_type endpos=0;
     bool foundQuoted = quotedArgument.find(line.c_str());
     bool foundNormal = normalArgument.find(line.c_str());