try to supress warning on windows

This commit is contained in:
Li-Ta Lo 2023-06-05 13:08:38 -06:00
parent 85b4b18fca
commit c8caecfefc

@ -56,7 +56,7 @@ void ColorLegendAnnotation::Render(const vtkm::rendering::Camera& camera,
while (this->Annot.size() < this->Labels.size())
{
this->Annot.push_back(std::make_unique<TextAnnotationScreen>(
"test", this->LabelColor, this->FontScale, vtkm::Vec2f_32(0, 0), 0));
"test", this->LabelColor, this->FontScale, vtkm::Vec2f_32(0, 0)));
}
for (unsigned int i = 0; i < this->Annot.size(); ++i)