diff options
Diffstat (limited to 'libbb/recursive_action.c')
-rw-r--r-- | libbb/recursive_action.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libbb/recursive_action.c b/libbb/recursive_action.c index 37363bb3e..513aff315 100644 --- a/libbb/recursive_action.c +++ b/libbb/recursive_action.c | |||
@@ -22,8 +22,10 @@ | |||
22 | * is so stinking huge. | 22 | * is so stinking huge. |
23 | */ | 23 | */ |
24 | 24 | ||
25 | static int true_action(const char *fileName, struct stat *statbuf, | 25 | static int true_action(const char *fileName ATTRIBUTE_UNUSED, |
26 | void* userData, int depth) | 26 | struct stat *statbuf ATTRIBUTE_UNUSED, |
27 | void* userData ATTRIBUTE_UNUSED, | ||
28 | int depth ATTRIBUTE_UNUSED) | ||
27 | { | 29 | { |
28 | return TRUE; | 30 | return TRUE; |
29 | } | 31 | } |