diff --git a/include/osg/GLObjects b/include/osg/GLObjects index f8ca8d15710..ccac2c5a31d 100644 --- a/include/osg/GLObjects +++ b/include/osg/GLObjects @@ -68,7 +68,7 @@ class OSG_EXPORT GraphicsObjectManager : public osg::Referenced virtual void reportStats(std::ostream& /*out*/) {} virtual void recomputeStats(std::ostream& /*out*/) const {} - virtual void reportStats(unsigned frameNumber, Stats& stats) const {} + virtual void reportStats(unsigned /*frameNumber*/, Stats& /*stats*/) const {} /** Flush all deleted OpenGL objects within the specified availableTime.