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 C++23-only attribute warning for HWY_ASSUME #2514

Merged
merged 1 commit into from
Mar 6, 2025

Conversation

emilmelnikov
Copy link
Contributor

clang with -Wpedantic issues a -Wc++23-attribute-extensions warning in the strict C++ <=20 mode.

clang with `-Wpedantic` issues a `-Wc++23-attribute-extensions` warning in the strict C++ <=20 mode.
Copy link
Member

@jan-wassenberg jan-wassenberg left a comment

Choose a reason for hiding this comment

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

Thanks for fixing the warning :)

@copybara-service copybara-service bot merged commit 8e16ad1 into google:master Mar 6, 2025
4 of 40 checks passed
@emilmelnikov emilmelnikov deleted the patch-1 branch March 11, 2025 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants