fix -Wextra in JtReader

This commit is contained in:
wmayer
2016-09-23 21:28:53 +02:00
parent 3d6b4aa317
commit 4afc110e6f
2 changed files with 7 additions and 7 deletions

View File

@@ -72,7 +72,7 @@ const std::vector<TOC_Entry>& JtReader::readToc()
}
void JtReader::readLodSegment(const TOC_Entry& toc, LodHandler& handler)
void JtReader::readLodSegment(const TOC_Entry& toc, LodHandler& /*handler*/)
{
std::ifstream strm;
strm.open(_fileName, ios::binary);