Skip to content

Commit a85f62a

Browse files
committed
Add maybe unused tag to avoid CI failure
1 parent 38820c9 commit a85f62a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vtkext/private/module/vtkF3DRenderer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ void vtkF3DRenderer::ConfigureGridUsingCurrentActors()
719719
}
720720

721721
//----------------------------------------------------------------------------
722-
void vtkF3DRenderer::ShowAxesGrid(bool show)
722+
void vtkF3DRenderer::ShowAxesGrid([[maybe_unused]] bool show)
723723
{
724724
#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 4, 20250513)
725725
if (this->AxesGridVisible != show)

0 commit comments

Comments
 (0)