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

i#6337: Disable -Wdangling-pointer #6338

Merged
merged 1 commit into from
Sep 29, 2023
Merged

Conversation

derekbruening
Copy link
Contributor

The gcc 13 -Wdangling-pointer complains about our TRY macros and I could not figure out hwo to rewrite them to make it happy. We disable the warning to fix the build.

Fixes #6337

The gcc 13 -Wdangling-pointer complains about our TRY macros and I
could not figure out hwo to rewrite them to make it happy.  We disable
the warning to fix the build.

Fixes #6337
@derekbruening
Copy link
Contributor Author

Failure is api.rseq "Failed to synchronize": #6185

@derekbruening derekbruening merged commit f918844 into master Sep 29, 2023
14 of 15 checks passed
@derekbruening derekbruening deleted the i6337-disable-warning branch September 29, 2023 20:48
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.

gcc 13 -Wdangling-pointer build errors
2 participants