clean up compiler warnings

This commit is contained in:
Irlan
2017-05-31 12:24:57 -03:00
parent c411bf341a
commit 8640a80914
15 changed files with 27 additions and 37 deletions

View File

@ -32,11 +32,13 @@ struct b3Sphere
inline const b3Vec3& b3Sphere::GetVertex(u32 index) const
{
B3_NOT_USED(index);
return vertex;
}
inline u32 b3Sphere::GetSupportVertex(const b3Vec3& direction) const
{
B3_NOT_USED(direction);
return 0;
}