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

gh-99337: Fix compile errors with gcc 12 on macOS #99470

Merged
merged 6 commits into from
Nov 21, 2022

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    2958deb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ddc860 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    ddcfddf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    addf1b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Adjust test for ffi_closure_free weak symbol

    The new form matches the way we test for other weak
    symbols (for example in posixmodule.c)
    ronaldoussoren committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    4096bf2 View commit details
    Browse the repository at this point in the history
  2. Move the comment about suppressing deprecation warnings

    I earlier moved the pragma, but not the comment that explains
    why it is necessary.
    ronaldoussoren committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    b6c8cc2 View commit details
    Browse the repository at this point in the history