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

Rectify oversight that broke the CI #1055

Merged
merged 2 commits into from
Apr 5, 2024
Merged

Conversation

aprokop
Copy link
Contributor

@aprokop aprokop commented Apr 5, 2024

Fixup for #1045

  • Fix CUDA-Clang failure due to missing workaround for Clang in the test header
  • Fix unused variable warning due to using the wrong assertion macro

@aprokop aprokop added the testing Anything to do with tests and CI label Apr 5, 2024
```
<ArborX>/test/tstIndexableGetter.cpp:99:15: warning: unused variable 'scene_bounding_box' [-Wunused-variable]
  ArborX::Box scene_bounding_box = ArborX::Box{{-1, -1, -1}, {1, 1, 1}};
              ^
1 warning generated.
```
@dalg24 dalg24 changed the title Add missing header for CUDA clang workaround Correct oversight that broke the CI Apr 5, 2024
@dalg24 dalg24 changed the title Correct oversight that broke the CI Rectify oversight that broke the CI Apr 5, 2024
@aprokop aprokop merged commit 0e0411c into arborx:master Apr 5, 2024
2 checks passed
@aprokop aprokop deleted the fix_test branch April 5, 2024 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Anything to do with tests and CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants