STYLE: fix warning

This commit is contained in:
Bill Hoffman 2009-01-29 09:26:40 -05:00
parent e69050643c
commit 56ea0ad186
1 changed files with 1 additions and 1 deletions

View File

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