Skip to content

Commit

Permalink
Fixup unused parameter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed May 29, 2020
1 parent 816a422 commit 67f0e60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/details/ArborX_DetailsBoundingVolumeHierarchyImpl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,9 @@ check_valid_callback_if_first_argument_is_not_a_view(
template <typename Callback, typename Predicates, typename OutputView>
std::enable_if_t<!Kokkos::is_view<Callback>{} &&
is_tagged_post_callback<Callback>{}>
check_valid_callback_if_first_argument_is_not_a_view(
Callback const &callback, Predicates const &predicates,
OutputView const &out)
check_valid_callback_if_first_argument_is_not_a_view(Callback const &,
Predicates const &,
OutputView const &)
{
// TODO
}
Expand Down

0 comments on commit 67f0e60

Please sign in to comment.