Clean up about a bazillion compilation warnings.

This commit is contained in:
sjbaker
2006-12-22 02:33:42 +00:00
parent 4685bb8c4b
commit db573e4a59
23 changed files with 854 additions and 4260 deletions

View File

@@ -41,7 +41,9 @@ void* btAlignedAlloc (int size, int alignment)
void btAlignedFree (void* ptr)
{
delete ptr;
delete [] (char*) ptr;
}
#endif
#endif

View File

@@ -174,4 +174,6 @@ class btAlignedObjectArray
};
#endif //BT_OBJECT_ARRAY__
#endif //BT_OBJECT_ARRAY__