We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0812175 commit fa7d0d4Copy full SHA for fa7d0d4
1 file changed
include/osg/GLObjects
@@ -68,7 +68,7 @@ class OSG_EXPORT GraphicsObjectManager : public osg::Referenced
68
virtual void reportStats(std::ostream& /*out*/) {}
69
virtual void recomputeStats(std::ostream& /*out*/) const {}
70
71
- virtual void reportStats(unsigned frameNumber, Stats& stats) const {}
+ virtual void reportStats(unsigned /*frameNumber*/, Stats& /*stats*/) const {}
72
73
74
/** Flush all deleted OpenGL objects within the specified availableTime.
0 commit comments