From 7b2dbc603c006f1add8ec4a2cadd366c45f778c1 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 15 Aug 2017 16:35:23 +0100 Subject: [PATCH] Fixed warning --- examples/osgtext3D/osgtext3D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osgtext3D/osgtext3D.cpp b/examples/osgtext3D/osgtext3D.cpp index 7495064e4..64c2c086b 100644 --- a/examples/osgtext3D/osgtext3D.cpp +++ b/examples/osgtext3D/osgtext3D.cpp @@ -43,7 +43,7 @@ public: { } - virtual bool handle(const osgGA::GUIEventAdapter& ea, osgGA::GUIActionAdapter& aa) + virtual bool handle(const osgGA::GUIEventAdapter& ea, osgGA::GUIActionAdapter&) { if (ea.getEventType() == osgGA::GUIEventAdapter::KEYUP) {