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

Use -isystem for Trick and Python headers #1067

Closed
dbankieris opened this issue Oct 22, 2020 · 0 comments · Fixed by #1068
Closed

Use -isystem for Trick and Python headers #1067

dbankieris opened this issue Oct 22, 2020 · 0 comments · Fixed by #1068

Comments

@dbankieris
Copy link
Contributor

Try building the ball sim with -pedantic and watch your screen explode. Users with aggressive compiler warning options shouldn't have to sift through an ocean of warnings from Trick and Python headers to find warnings from their own code. The use of -isystem instead of -I for headers that users have no control over goes a long way in helping them focus on things they can fix.

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

Successfully merging a pull request may close this issue.

1 participant