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

Commits on Jun 22, 2022

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

    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.
    drwells committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    19a5d3a View commit details
    Browse the repository at this point in the history