remove all warnings on Mac OSX Snow Leopard
This commit is contained in:
@@ -1156,7 +1156,7 @@ void HullLibrary::BringOutYourDead(const btVector3* verts,unsigned int vcount, b
|
||||
|
||||
for (int k=0;k<m_vertexIndexMapping.size();k++)
|
||||
{
|
||||
if (tmpIndices[k]==v)
|
||||
if (tmpIndices[k]==int(v))
|
||||
m_vertexIndexMapping[k]=ocount;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
|
||||
/***************************************************************************************************
|
||||
***************************************************************************************************
|
||||
**
|
||||
** profile.cpp
|
||||
**
|
||||
|
||||
@@ -180,7 +180,7 @@ protected:
|
||||
}
|
||||
{
|
||||
nr= (long)cp;
|
||||
long mask=3;
|
||||
// long mask=3;
|
||||
nr= ((nr+3)&~3)-nr;
|
||||
while (nr--)
|
||||
{
|
||||
@@ -214,7 +214,7 @@ protected:
|
||||
|
||||
{
|
||||
nr= (long)cp;
|
||||
long mask=3;
|
||||
// long mask=3;
|
||||
nr= ((nr+3)&~3)-nr;
|
||||
while (nr--)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user