From 3aef44a7b466c1ceb36e8bd0f28ec048a551915d Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 9 Jun 1995 20:50:53 +0000 Subject: (diskfs_S_file_invoke_translator): Declare parms unused. --- libdiskfs/file-inv-trans.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'libdiskfs/file-inv-trans.c') diff --git a/libdiskfs/file-inv-trans.c b/libdiskfs/file-inv-trans.c index 837c0038..7dc73734 100644 --- a/libdiskfs/file-inv-trans.c +++ b/libdiskfs/file-inv-trans.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1994 Free Software Foundation + Copyright (C) 1994, 1995 Free Software Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -21,12 +21,13 @@ /* Implement fs.defs:file_invoke_translator as described in . */ kern_return_t -diskfs_S_file_invoke_translator (struct protid *cred, - int flags, - retry_type *retry, - char *retry_name, - mach_port_t *retrypt, - mach_msg_type_name_t *retrypttype) +diskfs_S_file_invoke_translator (struct protid *cred __attribute__ ((unused)), + int flags __attribute__ ((unused)), + retry_type *retry __attribute__ ((unused)), + char *retry_name __attribute__ ((unused)), + mach_port_t *retrypt __attribute__ ((unused)), + mach_msg_type_name_t *retrypttype + __attribute__ ((unused))) { #if 0 /* XXX */ -- cgit v1.2.3