Fixed unused parameter warning.

This commit is contained in:
Robert Osfield
2016-06-08 10:51:45 +01:00
parent 4e442f483f
commit 19ec9bbef6
5 changed files with 6 additions and 6 deletions

View File

@@ -185,7 +185,7 @@ ReaderWriter::ReadResult ReaderWriterATTR::readObject(const std::string& file, c
ReaderWriter::WriteResult
ReaderWriterATTR::writeObject(const osg::Object& object, const std::string& fileName, const Options* options) const
ReaderWriterATTR::writeObject(const osg::Object& object, const std::string& fileName, const Options* /*options*/) const
{
using std::ios;