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

Turn on -Werror and deal with the consequences. #285

Merged
merged 2 commits into from
Mar 27, 2024

Conversation

brettviren
Copy link
Member

This also turns on pedantic compilation and adds a few ignore pragmas where we can not or will not remove warnings/errors.

See util/docs/pragmas.org for some details.

This also turns on pedantic compilation and adds a few ignore pragmas where we
can not or will not remove errors.

See util/docs/pragmas.org for some details.
@brettviren brettviren requested a review from HaiwangYu March 20, 2024 21:16
@brettviren
Copy link
Member Author

I just hit an unexpected issue with this PR. Adding -Werror also applies to the tests run by wcb configure when it works out the dependencies. The warnings from, eg, boost cause these tests to fail.

I'll follow up with a fix to this soon.

@brettviren brettviren mentioned this pull request Mar 21, 2024
@brettviren
Copy link
Member Author

This PR needs to merge before #286

@brettviren brettviren merged commit 9646b66 into WireCell:apply-pointcloud Mar 27, 2024
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 this pull request may close these issues.

1 participant