diff options
Diffstat (limited to 'miscutils/time.c')
-rw-r--r-- | miscutils/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/time.c b/miscutils/time.c index cce7d5b3e..d8b8aa0c5 100644 --- a/miscutils/time.c +++ b/miscutils/time.c | |||
@@ -396,7 +396,7 @@ static void run_command(char *const *cmd, resource_t *resp) | |||
396 | } | 396 | } |
397 | 397 | ||
398 | int time_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 398 | int time_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
399 | int time_main(int argc ATTRIBUTE_UNUSED, char **argv) | 399 | int time_main(int argc UNUSED_PARAM, char **argv) |
400 | { | 400 | { |
401 | resource_t res; | 401 | resource_t res; |
402 | const char *output_format = default_format; | 402 | const char *output_format = default_format; |