silence compiler warnings

This commit is contained in:
Axel Kohlmeyer
2022-07-01 21:26:06 -04:00
parent ae26b489dd
commit b81df6a720

View File

@ -308,7 +308,7 @@ void PairMEAMKokkos<DeviceType>::init_style()
template<class DeviceType>
int PairMEAMKokkos<DeviceType>::pack_forward_comm_kokkos(int n, DAT::tdual_int_2d k_sendlist, int iswap_in, DAT::tdual_xfloat_1d &buf,
int pbc_flag, int *pbc)
int /*pbc_flag*/, int * /*pbc*/)
{
d_sendlist = k_sendlist.view<DeviceType>();
iswap = iswap_in;