- fix gcc-specific compiler warnings.
This commit is contained in:
Kim Kulling
2014-07-31 15:09:49 +02:00
parent 9b4e7c7efb
commit 5d861a8250
3 changed files with 3 additions and 2 deletions

View File

@@ -534,7 +534,6 @@ void OgreBinarySerializer::ReadSubMeshTextureAlias(SubMesh *submesh)
void OgreBinarySerializer::ReadSubMeshNames(Mesh *mesh)
{
uint16_t id = 0;
uint16_t submeshIndex = 0;
if (!AtEnd())
{