diff options
Diffstat (limited to 'coreutils/date.c')
-rw-r--r-- | coreutils/date.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/date.c b/coreutils/date.c index 5b0f60f1a..8469190cf 100644 --- a/coreutils/date.c +++ b/coreutils/date.c | |||
@@ -39,7 +39,7 @@ static void maybe_set_utc(int opt) | |||
39 | } | 39 | } |
40 | 40 | ||
41 | int date_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 41 | int date_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
42 | int date_main(int argc ATTRIBUTE_UNUSED, char **argv) | 42 | int date_main(int argc UNUSED_PARAM, char **argv) |
43 | { | 43 | { |
44 | struct tm tm_time; | 44 | struct tm tm_time; |
45 | time_t tm; | 45 | time_t tm; |