Fixed unused parameter warnings

This commit is contained in:
Robert Osfield
2016-06-08 09:43:40 +01:00
parent f213868673
commit b51c8bed46

View File

@@ -2564,7 +2564,7 @@ struct VolumeSettingsCallback : public osgGA::GUIEventHandler
int _saveKey;
int _editKey;
bool handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActionAdapter& aa, osg::Object* object, osg::NodeVisitor* nv)
bool handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActionAdapter& /*aa*/, osg::Object* object, osg::NodeVisitor* /*nv*/)
{
if (ea.getHandled()) return false;