mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Removed even more compiler warnings.
p4#: 20220
This commit is contained in:
@@ -222,7 +222,7 @@ cvf::ref<cvf::DrawableGeo> RivPipeGeometryGenerator::generateLine(const cvf::Vec
|
||||
size_t i;
|
||||
for (i = 0; i < duplicateVertexCount; i++)
|
||||
{
|
||||
indices->set(i, i);
|
||||
indices->set(i, static_cast<cvf::uint>(i));
|
||||
}
|
||||
|
||||
cvf::ref<cvf::DrawableGeo> geo = new cvf::DrawableGeo;
|
||||
|
||||
Reference in New Issue
Block a user