We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa509a commit 42eb646Copy full SHA for 42eb646
1 file changed
vtkext/private/module/vtkF3DRenderer.h
@@ -556,7 +556,7 @@ class vtkF3DRenderer : public vtkOpenGLRenderer
556
bool GridVisible = false;
557
bool GridAbsolute = false;
558
bool AxisVisible = false;
559
- bool AxesGridVisible = false;
+ [[maybe_unused]] bool AxesGridVisible = false;
560
std::optional<bool> EdgeVisible;
561
bool TimerVisible = false;
562
bool FilenameVisible = false;
0 commit comments