summaryrefslogtreecommitdiff
path: root/editors/cmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/cmp.c')
-rw-r--r--editors/cmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/cmp.c b/editors/cmp.c
index 6dfe0401b..9189b3150 100644
--- a/editors/cmp.c
+++ b/editors/cmp.c
@@ -43,7 +43,7 @@ static const char opt_chars[] ALIGN1 = "sl";
43#define CMP_OPT_l (1<<1) 43#define CMP_OPT_l (1<<1)
44 44
45int cmp_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; 45int cmp_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
46int cmp_main(int argc, char **argv) 46int cmp_main(int argc ATTRIBUTE_UNUSED, char **argv)
47{ 47{
48 FILE *fp1, *fp2, *outfile = stdout; 48 FILE *fp1, *fp2, *outfile = stdout;
49 const char *filename1, *filename2 = "-"; 49 const char *filename1, *filename2 = "-";