diff options
Diffstat (limited to 'coreutils/env.c')
-rw-r--r-- | coreutils/env.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/env.c b/coreutils/env.c index 7273d39fc..f678565eb 100644 --- a/coreutils/env.c +++ b/coreutils/env.c | |||
@@ -40,7 +40,7 @@ static const char env_longopts[] ALIGN1 = | |||
40 | #endif | 40 | #endif |
41 | 41 | ||
42 | int env_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 42 | int env_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
43 | int env_main(int argc, char **argv) | 43 | int env_main(int argc ATTRIBUTE_UNUSED, char **argv) |
44 | { | 44 | { |
45 | /* cleanenv was static - why? */ | 45 | /* cleanenv was static - why? */ |
46 | char *cleanenv[1]; | 46 | char *cleanenv[1]; |