From 94881d45a6e4e7199a38969b1f08cc94f8ab5902 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 8 Jun 2016 12:22:27 +0100 Subject: [PATCH] Fixed unused parameter warning. --- examples/osgvertexattributes/osgvertexattributes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osgvertexattributes/osgvertexattributes.cpp b/examples/osgvertexattributes/osgvertexattributes.cpp index 4494dc9c3..deec04f9b 100644 --- a/examples/osgvertexattributes/osgvertexattributes.cpp +++ b/examples/osgvertexattributes/osgvertexattributes.cpp @@ -105,7 +105,7 @@ class ConvertToVertexAttibArrays : public osg::NodeVisitor shader.setShaderSource(source); } - void convertFragmentShader(osg::Program& program, osg::Shader& shader) + void convertFragmentShader(osg::Program& /*program*/, osg::Shader& /*shader*/) { }