Unverified Commit 113825f8 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

silence compiler warning

parent 20824203
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -586,7 +586,7 @@ void AtomVecBody::pack_data_pre(int ilocal)
   if buf is NULL, just return buffer size
------------------------------------------------------------------------- */

int AtomVecBody::pack_data_bonus(double *buf, int flag)
int AtomVecBody::pack_data_bonus(double *buf, int /*flag*/)
{
  int i;

+1 −1

File changed.

Contains only whitespace changes.