Skip to content

Commit

Permalink
Quietned warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Nov 7, 2024
1 parent c5d1708 commit 504ec2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vsg/text/CpuLayoutTechnique.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class VSG_DECLSPEC CpuLayoutTechniqueArrayState : public Inherit<ArrayState, Cpu
return clone;
}

ref_ptr<const vec3Array> vertexArray(uint32_t instanceIndex) override
ref_ptr<const vec3Array> vertexArray(uint32_t /*instanceIndex*/) override
{
auto new_vertices = vsg::vec3Array::create(static_cast<uint32_t>(vertices->size()));
auto src_vertex_itr = vertices->begin();
Expand Down

0 comments on commit 504ec2d

Please sign in to comment.