Fixed -Wextra warnings

This commit is contained in:
Robert Osfield
2016-06-08 08:54:43 +01:00
parent ef4de11cdb
commit 4201191e44
4 changed files with 35 additions and 35 deletions

View File

@@ -436,7 +436,7 @@ void VBSPReader::processDispVerts(std::istream & str, int offset, int length)
}
void VBSPReader::processGameData(std::istream & str, int offset, int length)
void VBSPReader::processGameData(std::istream & str, int offset, int /*length*/)
{
GameHeader gameHeader;
GameLump * gameLumps;
@@ -467,7 +467,7 @@ void VBSPReader::processGameData(std::istream & str, int offset, int length)
}
void VBSPReader::processStaticProps(std::istream & str, int offset, int length,
void VBSPReader::processStaticProps(std::istream & str, int offset, int /*length*/,
int lumpVersion)
{
StaticPropModelNames sprpModelNames;