diff options
Diffstat (limited to 'coreutils/rmdir.c')
-rw-r--r-- | coreutils/rmdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/rmdir.c b/coreutils/rmdir.c index 96bee231b..cb6046617 100644 --- a/coreutils/rmdir.c +++ b/coreutils/rmdir.c | |||
@@ -19,7 +19,7 @@ | |||
19 | #define IGNORE_NON_EMPTY 0x02 | 19 | #define IGNORE_NON_EMPTY 0x02 |
20 | 20 | ||
21 | int rmdir_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 21 | int rmdir_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
22 | int rmdir_main(int argc, char **argv) | 22 | int rmdir_main(int argc ATTRIBUTE_UNUSED, char **argv) |
23 | { | 23 | { |
24 | int status = EXIT_SUCCESS; | 24 | int status = EXIT_SUCCESS; |
25 | int flags; | 25 | int flags; |