diff options
Diffstat (limited to 'coreutils/sort.c')
-rw-r--r-- | coreutils/sort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/sort.c b/coreutils/sort.c index d8df4c532..510f7a235 100644 --- a/coreutils/sort.c +++ b/coreutils/sort.c | |||
@@ -275,7 +275,7 @@ static unsigned str2u(char **str) | |||
275 | #endif | 275 | #endif |
276 | 276 | ||
277 | int sort_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 277 | int sort_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
278 | int sort_main(int argc, char **argv) | 278 | int sort_main(int argc ATTRIBUTE_UNUSED, char **argv) |
279 | { | 279 | { |
280 | FILE *fp, *outfile = stdout; | 280 | FILE *fp, *outfile = stdout; |
281 | char *line, **lines = NULL; | 281 | char *line, **lines = NULL; |