From 4e39f988545d00cf8fa4e0226feae82bdc6dd322 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 8 Jun 2016 13:26:00 +0100 Subject: [PATCH] Fixed unused parameter warning. --- examples/osganimationeasemotion/osganimationeasemotion.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/osganimationeasemotion/osganimationeasemotion.cpp b/examples/osganimationeasemotion/osganimationeasemotion.cpp index a58367915..9e73c1cff 100644 --- a/examples/osganimationeasemotion/osganimationeasemotion.cpp +++ b/examples/osganimationeasemotion/osganimationeasemotion.cpp @@ -317,7 +317,8 @@ public: } }; -int main(int argc, char** argv) { +int main(int, char**) +{ osgViewer::Viewer viewer; osgWidget::WindowManager* wm = new osgWidget::WindowManager(