remove unused variables and reduce unused parameter warnings

This commit is contained in:
Axel Kohlmeyer
2019-10-14 16:42:21 +02:00
parent 4fca2f1f1d
commit 31aa68db31
12 changed files with 39 additions and 72 deletions

View File

@ -404,7 +404,7 @@ void Update::create_minimize(int narg, char **arg, int trysuffix)
create the Minimize style, first with suffix appended
------------------------------------------------------------------------- */
void Update::new_minimize(char *style, int narg, char **arg,
void Update::new_minimize(char *style, int /* narg */, char ** /* arg */,
int trysuffix, int &sflag)
{
if (trysuffix && lmp->suffix_enable) {