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

@@ -30,7 +30,7 @@ Popup::Popup(const osgUI::Popup& dialog, const osg::CopyOp& copyop):
{
}
bool Popup::handleImplementation(osgGA::EventVisitor* ev, osgGA::Event* event)
bool Popup::handleImplementation(osgGA::EventVisitor* /*ev*/, osgGA::Event* event)
{
// OSG_NOTICE<<"Popup::handleImplementation"<<std::endl;