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

Ignore build warnings round 2 #3084

Merged
merged 3 commits into from Dec 29, 2017

Conversation

msimberg
Copy link
Contributor

@msimberg msimberg commented Dec 20, 2017

My previous attempt at ignoring build warnings (#3079) in the tuple test was actually no good. While it was the tuple.hpp header generating the warnings, it was included before that transitively by hpx_init.hpp. I've instead put the ignores around all hpx headers now, with the risk of silencing future warnings which might be unrelated to the current warnings (but with the benefit of still ignoring the current warnings if hpx_init.hpp no longer would depend on tuple.hpp).

Sorry for the noise.

This also adds another explicit base class initialization to get rid of a warning.

Copy link
Member

@hkaiser hkaiser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@hkaiser hkaiser merged commit 0a7c08c into STEllAR-GROUP:master Dec 29, 2017
@msimberg msimberg mentioned this pull request Dec 29, 2017
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants