Fixed -Wextra warningsw

This commit is contained in:
Robert Osfield
2016-06-08 09:05:34 +01:00
parent b19c879485
commit ee30c7d0a5
7 changed files with 17 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ Dialog::Dialog(const osgUI::Dialog& dialog, const osg::CopyOp& copyop):
{
}
bool Dialog::handleImplementation(osgGA::EventVisitor* ev, osgGA::Event* event)
bool Dialog::handleImplementation(osgGA::EventVisitor* /*ev*/, osgGA::Event* event)
{
osgGA::GUIEventAdapter* ea = event->asGUIEventAdapter();
if (!ea) return false;