summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/fetch-root.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/fetch-root.c b/libs/fetch-root.c
index a6727e6ee..075771f94 100644
--- a/libs/fetch-root.c
+++ b/libs/fetch-root.c
@@ -77,6 +77,8 @@ helper_fetch_root (file_t dotdot,
mach_msg_type_name_t * underlying_type,
task_t task, void *cookie)
{
+ (void)task;
+ (void)cookie;
return (*callback2) (flags, underlying, underlying_type);
}