fix some warnings, see Issue 400
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user