mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06: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