remove a lot of warnings (more todo in demos and serialization code)

This commit is contained in:
Erwin Coumans
2014-08-22 10:29:05 -07:00
parent 37aa4dc4f8
commit af5883c6e8
62 changed files with 5469 additions and 5513 deletions

View File

@@ -354,11 +354,11 @@ struct btMatrixX
for (int i=0; i < res.rows(); ++i)
{
T dotProd=0;
T dotProd2=0;
int waste=0,waste2=0;
// T dotProd2=0;
//int waste=0,waste2=0;
{
bool useOtherCol = true;
// bool useOtherCol = true;
{
for (int v=0;v<rows();v++)
{