From 44ab8b0765298ef7aa55ef1f93e16e5bc1772005 Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Mon, 11 Aug 2008 13:09:50 +0000 Subject: Ignore unused parameters task & cookie. --- libs/fetch-root.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/fetch-root.c') 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); } -- cgit v1.2.3