fix some warnings, see Issue 400

This commit is contained in:
erwin.coumans
2010-07-20 01:09:34 +00:00
parent f5e6f87427
commit 745b3d4e05
8 changed files with 13 additions and 13 deletions

View File

@@ -211,7 +211,7 @@ protected:
btAlignedObjectArray<Value> m_valueArray;
btAlignedObjectArray<Key> m_keyArray;
void growTables(const Key& key)
void growTables(const Key& /*key*/)
{
int newCapacity = m_valueArray.capacity();