Skip to content

Commit

Permalink
masks unused variable in Test_Sparse_rocsparse.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Apr 3, 2023
1 parent 708ec0e commit eb5ac42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparse/unit_test/Test_Sparse_rocsparse.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ void test_rocsparse_safe_call() {
void test_rocsparse_singleton() {
KokkosKernels::Impl::RocsparseSingleton& s =
KokkosKernels::Impl::RocsparseSingleton::singleton();
(void)s;
(void)s; // unused
}

TEST_F(TestCategory, sparse_rocsparse_version) { test_rocsparse_version(); }
Expand Down

0 comments on commit eb5ac42

Please sign in to comment.