diff options
Diffstat (limited to 'procps/renice.c')
-rw-r--r-- | procps/renice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/renice.c b/procps/renice.c index ab0d3a1c4..d2dcf152c 100644 --- a/procps/renice.c +++ b/procps/renice.c | |||
@@ -27,7 +27,7 @@ void BUG_bad_PRIO_PGRP(void); | |||
27 | void BUG_bad_PRIO_USER(void); | 27 | void BUG_bad_PRIO_USER(void); |
28 | 28 | ||
29 | int renice_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 29 | int renice_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
30 | int renice_main(int argc, char **argv) | 30 | int renice_main(int argc ATTRIBUTE_UNUSED, char **argv) |
31 | { | 31 | { |
32 | static const char Xetpriority_msg[] ALIGN1 = "%cetpriority"; | 32 | static const char Xetpriority_msg[] ALIGN1 = "%cetpriority"; |
33 | 33 | ||