summaryrefslogtreecommitdiffstats
path: root/src/mark.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mark.c')
-rw-r--r--src/mark.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mark.c b/src/mark.c
index 03b9f98976..ae31cf0fec 100644
--- a/src/mark.c
+++ b/src/mark.c
@@ -884,10 +884,9 @@ ex_delmarks(eap)
/*
* print the jumplist
*/
-/*ARGSUSED*/
void
ex_jumps(eap)
- exarg_T *eap;
+ exarg_T *eap UNUSED;
{
int i;
char_u *name;
@@ -933,10 +932,9 @@ ex_jumps(eap)
/*
* print the changelist
*/
-/*ARGSUSED*/
void
ex_changes(eap)
- exarg_T *eap;
+ exarg_T *eap UNUSED;
{
int i;
char_u *name;