Unverified Commit 60fe0c0b authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by GitHub
Browse files

Silence compiler warning

parent 1955c577
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -149,7 +149,7 @@ void FixPrint::init()

/* ---------------------------------------------------------------------- */

void FixPrint::setup(int vflag)
void FixPrint::setup(int /* vflag */)
{
  end_of_step();
}