STYLE: fix warning
This commit is contained in:
parent
e69050643c
commit
56ea0ad186
|
@ -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() <=
|
||||||
|
|
Loading…
Reference in New Issue