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 ignored-attributes warning for unique_ptr declaration #1835

Merged

Conversation

joe-rivos
Copy link
Contributor

The attribute __nonnull was added to fclose in glibc 2.38, which causes a warning when using its decltype on a template argument.

The attribute `__nonnull` was added to `fclose` in glibc 2.38, which
causes a warning when using its `decltype` on a template argument.
Copy link
Collaborator

@aswaterman aswaterman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks.

@aswaterman aswaterman merged commit fa694e2 into riscv-software-src:master Oct 15, 2024
3 checks passed
@joe-rivos joe-rivos deleted the fix-ignored-attributes-warning branch October 17, 2024 13:21
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.

2 participants