Fixed unused parameter warning.

This commit is contained in:
Robert Osfield
2016-06-08 09:47:30 +01:00
parent b1539418b3
commit 0be6502711

View File

@@ -702,7 +702,7 @@ osg::Image* ReadVTFFile(std::istream& _istream)
}
bool WriteVTFFile(const osg::Image *img, std::ostream& fout)
bool WriteVTFFile(const osg::Image* /*img*/, std::ostream& /*fout*/)
{
// Not supported
return false;