From fa7d0d45ebf5adebb050510229f2d6412dda6036 Mon Sep 17 00:00:00 2001 From: Alexei Kotov Date: Thu, 22 Jan 2026 12:17:00 +0300 Subject: [PATCH] Fix unused parameter warnings in GraphicsObjectManager --- include/osg/GLObjects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.