Fix unused params in packages (#1076)

This commit is contained in:
Daniel Schwen
2018-08-24 09:51:38 -06:00
parent 19976bb94f
commit 92a4dc25b1
277 changed files with 594 additions and 594 deletions

View File

@ -719,7 +719,7 @@ void PairTersoffTable::allocate()
global settings
------------------------------------------------------------------------- */
void PairTersoffTable::settings(int narg, char **arg)
void PairTersoffTable::settings(int narg, char **/*arg*/)
{
if (narg != 0) error->all(FLERR,"Illegal pair_style command");
}