Cleanup compilation warnings.

This commit is contained in:
sjbaker
2008-02-12 04:22:31 +00:00
parent 05877799af
commit 04d41b7a0a
15 changed files with 53 additions and 26 deletions

View File

@@ -74,6 +74,7 @@ void btGIMPACTMeshData::addMeshPart(btStridingMeshInterface* meshInterface, int
int_type = G_STYPE_INT;
break;
case PHY_SHORT:
default :
int_type = G_STYPE_SHORT;
break;
}
@@ -85,6 +86,7 @@ void btGIMPACTMeshData::addMeshPart(btStridingMeshInterface* meshInterface, int
vert_type = G_STYPE_REAL;
break;
case PHY_DOUBLE:
default :
vert_type = G_STYPE_REAL2;
break;
}