Skip to content

Commit fa7d0d4

Browse files
committed
Fix unused parameter warnings in GraphicsObjectManager
1 parent 0812175 commit fa7d0d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/osg/GLObjects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class OSG_EXPORT GraphicsObjectManager : public osg::Referenced
6868
virtual void reportStats(std::ostream& /*out*/) {}
6969
virtual void recomputeStats(std::ostream& /*out*/) const {}
7070

71-
virtual void reportStats(unsigned frameNumber, Stats& stats) const {}
71+
virtual void reportStats(unsigned /*frameNumber*/, Stats& /*stats*/) const {}
7272

7373

7474
/** Flush all deleted OpenGL objects within the specified availableTime.

0 commit comments

Comments
 (0)