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

wrap boost include with silencing macros #891

Merged
merged 1 commit into from May 24, 2016

Conversation

tjhei
Copy link
Member

@tjhei tjhei commented May 24, 2016

suppress warning:

In file included from
deal.II/installed-v8.4.1-clang/include/deal.II/bundled/boost/random.hpp:69:
In file included from
deal.II/installed-v8.4.1-clang/include/deal.II/bundled/boost/random/negative_binomial_distribution.hpp:21:
deal.II/installed-v8.4.1-clang/include/deal.II/bundled/boost/random/poisson_distribution.hpp:338:9:
warning: anonymous types declared in an anonymous union are an extension
[-Wnested-anon-types]

suppress warning:
In file included from
deal.II/installed-v8.4.1-clang/include/deal.II/bundled/boost/random.hpp:69:
In file included from
deal.II/installed-v8.4.1-clang/include/deal.II/bundled/boost/random/negative_binomial_distribution.hpp:21:
deal.II/installed-v8.4.1-clang/include/deal.II/bundled/boost/random/poisson_distribution.hpp:338:9:
warning: anonymous types declared in an anonymous union are an extension
[-Wnested-anon-types]
@bangerth bangerth merged commit 95efa09 into geodynamics:master May 24, 2016
@tjhei tjhei deleted the boost_warnings branch March 17, 2017 16:59
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.

None yet

2 participants