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 gcc12 and gcc13 warning. #351

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Fix gcc12 and gcc13 warning. #351

merged 1 commit into from
Jun 27, 2024

Conversation

rasolca
Copy link
Contributor

@rasolca rasolca commented Jun 27, 2024

Fixes the following warning when using -pedantic

mdspan/tests/libcxx-backports/mdspan/CustomTestAccessors.h:54:93: error: extra ';' [-Werror=pedantic]
   54 |   constexpr move_counted_handle(const move_counted_handle<OtherT>& other) : ptr(other.ptr){};
      |                                                                                             ^
      |                                                                                             -

Fixes
mdspan/tests/libcxx-backports/mdspan/CustomTestAccessors.h:54:93: error: extra ';' [-Werror=pedantic]
   54 |   constexpr move_counted_handle(const move_counted_handle<OtherT>& other) : ptr(other.ptr){};
Copy link
Contributor

@nmm0 nmm0 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 doing this!

@nmm0 nmm0 merged commit 08cc851 into kokkos:stable Jun 27, 2024
15 checks passed
@rasolca rasolca deleted the patch-1 branch June 27, 2024 12:50
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.

3 participants