From e68ff03031aa8868abbaaeed0984d3fa99289dd3 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 9 Jun 1995 21:15:19 +0000 Subject: (diskfs_S_io_async): Mark parms unused. --- libdiskfs/io-async.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/libdiskfs/io-async.c b/libdiskfs/io-async.c index a9a04c42..e5ed6d92 100644 --- a/libdiskfs/io-async.c +++ b/libdiskfs/io-async.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 @@ -20,10 +20,11 @@ /* Implement io_async as described in . */ kern_return_t -diskfs_S_io_async (struct protid *cred, - mach_port_t notify, - mach_port_t *idport, - mach_msg_type_name_t *idport_type) +diskfs_S_io_async (struct protid *cred __attribute__ ((unused)), + mach_port_t notify __attribute__ ((unused)), + mach_port_t *idport __attribute__ ((unused)), + mach_msg_type_name_t *idport_type + __attribute__ ((unused))) { return EOPNOTSUPP; } -- cgit v1.2.3