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

Get rid of some warnings from defining Threads::new_thread(). #14035

Merged

Conversation

drwells
Copy link
Member

@drwells drwells commented Jun 22, 2022

This function calls a deprecated constructor but it itself is deprecated, so this isn't all that helpful of a message. We presently see this warning printed out whenever we compile examples that include this header on Debian 11.

This function calls a deprecated constructor but it itself is deprecated, so
this isn't all that helpful of a message. We presently see this warning printed
out whenever we compile examples that include this header on Debian 11.
@tamiko tamiko merged commit f236dc5 into dealii:master Jun 23, 2022
tamiko added a commit that referenced this pull request Jun 23, 2022
…n-warning-9.4

[9.4] Take over #14035: Get rid of some warnings from defining Threads::new_thread().
@bangerth
Copy link
Member

Yes, nice work. The code will disappear soon anyway.

For reference, the 9.4 version is in #14036.

mkghadban pushed a commit to OpenFCST/dealii that referenced this pull request Sep 8, 2022
…ecation-warning

Get rid of some warnings from defining Threads::new_thread().
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

4 participants