From e6252256e08eea6c912116c94ee38971ed28981b Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 8 Jun 2016 12:10:00 +0100 Subject: [PATCH] Fixed unused parameter warning. --- examples/osgterrain/osgterrain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osgterrain/osgterrain.cpp b/examples/osgterrain/osgterrain.cpp index ce2bd11cc..ba6817688 100644 --- a/examples/osgterrain/osgterrain.cpp +++ b/examples/osgterrain/osgterrain.cpp @@ -85,7 +85,7 @@ public: _terrain(terrain), _mtc(mtc) {} - bool handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActionAdapter& aa) + bool handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActionAdapter& /*aa*/) { switch(ea.getEventType()) {