Remove warning
This commit is contained in:
parent
f03d370ee7
commit
238815fe19
@ -932,8 +932,10 @@ int ctest::CoverageDirectory()
|
|||||||
<< "\t\t<Report>" << std::endl;
|
<< "\t\t<Report>" << std::endl;
|
||||||
for ( cc = 0; cc < lines.size(); cc ++ )
|
for ( cc = 0; cc < lines.size(); cc ++ )
|
||||||
{
|
{
|
||||||
cfileoutput << "\t\t<Line Number=\"" << cc << "\" Count=\""
|
cfileoutput << "\t\t<Line Number=\""
|
||||||
<< cov.m_Lines[cc] << "\">" << lines[cc] << "</Line>" << std::endl;
|
<< static_cast<int>(cc) << "\" Count=\""
|
||||||
|
<< cov.m_Lines[cc] << "\">"
|
||||||
|
<< lines[cc] << "</Line>" << std::endl;
|
||||||
}
|
}
|
||||||
cfileoutput << "\t\t</Report>\n"
|
cfileoutput << "\t\t</Report>\n"
|
||||||
<< "\t</File>" << std::endl;
|
<< "\t</File>" << std::endl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user