From 422ced4d822c820ef6316281dc5e15f56b0a099b Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 9 Oct 2024 20:55:00 -0400 Subject: [PATCH] silence compiler warnings --- src/KOKKOS/fix_cmap_kokkos.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/KOKKOS/fix_cmap_kokkos.cpp b/src/KOKKOS/fix_cmap_kokkos.cpp index 0cc88960e8..7bfc23e704 100644 --- a/src/KOKKOS/fix_cmap_kokkos.cpp +++ b/src/KOKKOS/fix_cmap_kokkos.cpp @@ -688,7 +688,7 @@ int FixCMAPKokkos::unpack_exchange(int nlocal, double *buf) template int FixCMAPKokkos::pack_exchange_kokkos( const int &nsend, DAT::tdual_xfloat_2d &k_buf, - DAT::tdual_int_1d k_exchange_sendlist, DAT::tdual_int_1d k_copylist, + DAT::tdual_int_1d k_exchange_sendlist, DAT::tdual_int_1d /*k_copylist*/, ExecutionSpace space) { @@ -749,7 +749,7 @@ int FixCMAPKokkos::pack_exchange_kokkos( template void FixCMAPKokkos::unpack_exchange_kokkos( DAT::tdual_xfloat_2d &k_buf, DAT::tdual_int_1d &k_indices, int nrecv, - int nrecv1, int nextrarecv1, + int /*nrecv1*/, int /*nextrarecv1*/, ExecutionSpace /*space*/) { k_buf.template sync();