diff options
Diffstat (limited to 'miscutils/strings.c')
-rw-r--r-- | miscutils/strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/strings.c b/miscutils/strings.c index d75beccea..57a2c0a17 100644 --- a/miscutils/strings.c +++ b/miscutils/strings.c | |||
@@ -17,7 +17,7 @@ | |||
17 | #define SIZE 8 | 17 | #define SIZE 8 |
18 | 18 | ||
19 | int strings_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 19 | int strings_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
20 | int strings_main(int argc, char **argv) | 20 | int strings_main(int argc ATTRIBUTE_UNUSED, char **argv) |
21 | { | 21 | { |
22 | int n, c, status = EXIT_SUCCESS; | 22 | int n, c, status = EXIT_SUCCESS; |
23 | unsigned opt; | 23 | unsigned opt; |