behdad / box2d

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

Patch for /trunk/Box2D/Box2D/Collision/b2CollidePolygon.cpp #202

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Full compiler warns that count1 is unused when in non-debug mode. This is 
probably due to assert becoming a no-op.

Change inlines count1 into the assert.

Original issue reported on code.google.com by zach.vor...@gmail.com on 23 May 2011 at 12:29

Attachments:

GoogleCodeExporter commented 9 years ago
Rev 195

Original comment by erinca...@gmail.com on 26 Jun 2011 at 11:16