behdad / box2d

Automatically exported from code.google.com/p/box2d
2 stars 12 forks source link

Unused variable #175

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in b2ContactSolver.cpp line 130
for (int32 j = 0; j < cc->pointCount; ++j)
{
    ...

    b2ManifoldPoint* cp = manifold->points + j;

    ...
}

Unused variable "cp"

Original issue reported on code.google.com by moroh...@gmail.com on 3 Feb 2011 at 12:57

GoogleCodeExporter commented 9 years ago

Original comment by erinca...@gmail.com on 28 Mar 2011 at 6:36