Unverified Commit 284cdcea authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

silence compiler warnings

parent ba06a7bf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -939,7 +939,7 @@ void GridComm::forward_comm_kspace(KSpace *kspace, int nper, int nbyte, int whic
------------------------------------------------------------------------- */

void GridComm::
forward_comm_kspace_regular(KSpace *kspace, int nper, int nbyte, int which,
forward_comm_kspace_regular(KSpace *kspace, int nper, int /*nbyte*/, int which,
			    void *buf1, void *buf2, MPI_Datatype datatype)
{
  int m;
@@ -968,7 +968,7 @@ forward_comm_kspace_regular(KSpace *kspace, int nper, int nbyte, int which,
------------------------------------------------------------------------- */

void GridComm::
forward_comm_kspace_tiled(KSpace *kspace, int nper, int nbyte, int which,
forward_comm_kspace_tiled(KSpace *kspace, int nper, int /*nbyte*/, int which,
			  void *buf1, void *vbuf2, MPI_Datatype datatype)
{
  int i,m,offset;