Browse Source

STYLE: fix warning

Bill Hoffman 17 years ago
parent
commit
56ea0ad186
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/CTest/cmCTestCoverageHandler.cxx

+ 1 - 1
Source/CTest/cmCTestCoverageHandler.cxx

@@ -1157,7 +1157,7 @@ int cmCTestCoverageHandler::HandleTracePyCoverage(
           << std::endl);
         // Read the line number starting at the 10th character of the gcov
         // output line
-        int lineIdx = cnt;
+        long lineIdx = cnt;
         if ( lineIdx >= 0 )
           {
           while ( vec->size() <=