Get rid of some warnings, mainly unused parameters/variables.

Thanks sparkprime for the patch, see http://code.google.com/p/bullet/issues/detail?id=330
This commit is contained in:
erwin.coumans
2010-01-19 06:10:27 +00:00
parent 086f80b206
commit 4280f54ccf
9 changed files with 35 additions and 1 deletions

View File

@@ -457,6 +457,7 @@ public:
virtual void sortOverlappingPairs(btDispatcher* dispatcher)
{
(void) dispatcher;
}