diff --git a/src/osgPlugins/gles/GeometryUniqueVisitor b/src/osgPlugins/gles/GeometryUniqueVisitor index c89b02bf1..8edbd15ae 100644 --- a/src/osgPlugins/gles/GeometryUniqueVisitor +++ b/src/osgPlugins/gles/GeometryUniqueVisitor @@ -44,7 +44,7 @@ public: apply(*geometry); } - virtual void apply(osg::Geometry& geometry) {} // to be implemented by actual visitors + virtual void apply(osg::Geometry& /*geometry*/) {} // to be implemented by actual visitors protected: bool isProcessed(osg::Geometry* node) {