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

Fix compilation warning on aarch64-linux #56480

Merged
merged 1 commit into from
Nov 7, 2024

Commits on Nov 7, 2024

  1. Fix compilation warning on aarch64-linux

    This fixes the warning:
    ```
    /cache/build/default-aws-aarch64-ci-1-3/julialang/julia-master/src/stackwalk.c: In function 'jl_simulate_longjmp':
    /cache/build/default-aws-aarch64-ci-1-3/julialang/julia-master/src/stackwalk.c:995:22: warning: initialization of 'mcontext_t *' {aka 'struct sigcontext *'} from incompatible pointer type 'struct unw_sigcontext *' [-Wincompatible-pointer-types]
      995 |     mcontext_t *mc = &c->uc_mcontext;
          |                      ^
    ```
    giordano committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    542ca26 View commit details
    Browse the repository at this point in the history