Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build warnings on Ubuntu #24

Closed
singpolyma opened this issue Jun 27, 2012 · 1 comment
Closed

Build warnings on Ubuntu #24

singpolyma opened this issue Jun 27, 2012 · 1 comment

Comments

@singpolyma
Copy link

When building on Ubuntu, I get many warnings like:

/home/singpolyma/src/Chipmunk-Physics/include/chipmunk/cpSpace.h:137:86: warning: ISO C does not allow extra ‘;’ outside of a function [-pedantic]

Ideally, either the code should not generate these warnings (preferred) or the build system should not ask the compiler to generate these warnings.

@slembcke
Copy link
Owner

Hmm, -pedantic must be a compiler default for you or something.

I added it to my regular warnings flags and fixed them in master.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants