gromacs cpp: clean up -Wunused-parameter warnings
[alexxy/gromacs.git] / src / gromacs / fileio / filenm.c
index f51ea4e50cd965a45b7a6cdfeffce82f16a341f5..7cb81ca54e6424e875409fa174c83742dcba7c14 100644 (file)
@@ -384,7 +384,7 @@ void pr_fns(FILE *fp, int nf, const t_filenm tfn[])
         for (f = 0; (f < tfn[i].nfiles); f++)
         {
             sprintf(buf, "%4s %14s  %-12s ", (f == 0) ? tfn[i].opt : "",
-                    tfn[i].fns[f], (f == 0) ? fileopt(tfn[i].flag, opt_buf, 32)
+                    tfn[i].fns[f], (f == 0) ? fileopt(tfn[i].flag, opt_buf)
                     : "");
             if (f < tfn[i].nfiles - 1)
             {