We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38820c9 commit a85f62aCopy full SHA for a85f62a
1 file changed
vtkext/private/module/vtkF3DRenderer.cxx
@@ -719,7 +719,7 @@ void vtkF3DRenderer::ConfigureGridUsingCurrentActors()
719
}
720
721
//----------------------------------------------------------------------------
722
-void vtkF3DRenderer::ShowAxesGrid(bool show)
+void vtkF3DRenderer::ShowAxesGrid([[maybe_unused]] bool show)
723
{
724
#if VTK_VERSION_NUMBER >= VTK_VERSION_CHECK(9, 4, 20250513)
725
if (this->AxesGridVisible != show)
0 commit comments