aboutsummaryrefslogtreecommitdiff
path: root/coreutils/comm.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/comm.c')
-rw-r--r--coreutils/comm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/comm.c b/coreutils/comm.c
index 67088e06c..4dbc0d477 100644
--- a/coreutils/comm.c
+++ b/coreutils/comm.c
@@ -36,7 +36,7 @@ static void writeline(char *line, int class, int flags)
36} 36}
37 37
38int comm_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; 38int comm_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
39int comm_main(int argc, char **argv) 39int comm_main(int argc ATTRIBUTE_UNUSED, char **argv)
40{ 40{
41#define LINE_LEN 100 41#define LINE_LEN 100
42#define BB_EOF_0 0x1 42#define BB_EOF_0 0x1