behdad / box2d

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

g++ produces warnings about naked expressions and trailing comas in enums when box2d-using application is compiled #199

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Install Box2D
2. Write any valid program including Box2D.h
3. Compile this program

Solution:
Simple patch: http://paste.pocoo.org/show/390427/
Raw plaintext version of the patch: http://paste.pocoo.org/raw/390427/

Original issue reported on code.google.com by itakingi...@gmail.com on 17 May 2011 at 8:56

GoogleCodeExporter commented 9 years ago
These issues were fixed some time ago.

Original comment by erinca...@gmail.com on 26 Jun 2011 at 7:00