Unverified Commit abc9cfe3 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

silence compiler warnings

parent 2ba7abe5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ FixGravityKokkos<DeviceType>::FixGravityKokkos(LAMMPS *lmp, int narg, char **arg
/* ---------------------------------------------------------------------- */

template<class DeviceType>
void FixGravityKokkos<DeviceType>::post_force(int vflag)
void FixGravityKokkos<DeviceType>::post_force(int /*vflag*/)
{
  // update gravity due to variables

+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ void FixLangevinKokkos<DeviceType>::grow_arrays(int nmax)
/* ---------------------------------------------------------------------- */

template<class DeviceType>
void FixLangevinKokkos<DeviceType>::initial_integrate(int vflag)
void FixLangevinKokkos<DeviceType>::initial_integrate(int /*vflag*/)
{
  atomKK->sync(execution_space,datamask_read);
  atomKK->modified(execution_space,datamask_modify);
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ void FixSetForceKokkos<DeviceType>::init()
/* ---------------------------------------------------------------------- */

template<class DeviceType>
void FixSetForceKokkos<DeviceType>::post_force(int vflag)
void FixSetForceKokkos<DeviceType>::post_force(int /*vflag*/)
{
  atomKK->sync(execution_space, X_MASK | F_MASK | MASK_MASK);