updated for version 7.2-180
diff --git a/src/ex_cmds.c b/src/ex_cmds.c
index a132963..fabb2e7 100644
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -2255,12 +2255,11 @@
*
* Return the string in allocated memory (NULL when out of memory).
*/
-/*ARGSUSED*/
char_u *
viminfo_readstring(virp, off, convert)
vir_T *virp;
int off; /* offset for virp->vir_line */
- int convert; /* convert the string */
+ int convert UNUSED; /* convert the string */
{
char_u *retval;
char_u *s, *d;
@@ -2736,7 +2735,6 @@
* May set eap->forceit if a dialog says it's OK to overwrite.
* Return OK if it's OK, FAIL if it is not.
*/
-/*ARGSUSED*/
static int
check_overwrite(eap, buf, fname, ffname, other)
exarg_T *eap;