diff options
Diffstat (limited to 'miscutils/crond.c')
-rw-r--r-- | miscutils/crond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/crond.c b/miscutils/crond.c index 6d4825e85..75555c874 100644 --- a/miscutils/crond.c +++ b/miscutils/crond.c | |||
@@ -158,7 +158,7 @@ static void crondlog(const char *ctl, ...) | |||
158 | } | 158 | } |
159 | 159 | ||
160 | int crond_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 160 | int crond_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
161 | int crond_main(int ac, char **av) | 161 | int crond_main(int ac ATTRIBUTE_UNUSED, char **av) |
162 | { | 162 | { |
163 | unsigned opt; | 163 | unsigned opt; |
164 | 164 | ||