aboutsummaryrefslogtreecommitdiffstats
path: root/cache_from_tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'cache_from_tree.c')
-rw-r--r--cache_from_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache_from_tree.c b/cache_from_tree.c
index 90cafda..1f45e2a 100644
--- a/cache_from_tree.c
+++ b/cache_from_tree.c
@@ -36,7 +36,7 @@
static struct trust_cache cache = {};
static int
-tccallback(const char *path, const struct stat *sb, int typeflag, struct FTW *ftw)
+tccallback(const char *path, const struct stat *sb, __attribute__((unused)) int typeflag, __attribute__((unused)) struct FTW *ftw)
{
if (!S_ISREG(sb->st_mode))
return 0;