diff options
Diffstat (limited to 'coreutils/uniq.c')
-rw-r--r-- | coreutils/uniq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/uniq.c b/coreutils/uniq.c index cda1e61a9..d0729607c 100644 --- a/coreutils/uniq.c +++ b/coreutils/uniq.c | |||
@@ -28,7 +28,7 @@ static FILE *xgetoptfile_uniq_s(char **argv, int read0write2) | |||
28 | } | 28 | } |
29 | 29 | ||
30 | int uniq_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 30 | int uniq_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
31 | int uniq_main(int argc, char **argv) | 31 | int uniq_main(int argc ATTRIBUTE_UNUSED, char **argv) |
32 | { | 32 | { |
33 | FILE *in, *out; | 33 | FILE *in, *out; |
34 | unsigned long dups, skip_fields, skip_chars, i; | 34 | unsigned long dups, skip_fields, skip_chars, i; |