From 75f8c7dea552a435f866197c7fc26a28ca3dbf29 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 9 Jun 1995 20:41:57 +0000 Subject: (diskfs_S_file_notice_changes): Mark parameters as unused. --- libdiskfs/file-chg.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libdiskfs/file-chg.c b/libdiskfs/file-chg.c index 3de4ca26..27d932e6 100644 --- a/libdiskfs/file-chg.c +++ b/libdiskfs/file-chg.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 @@ -19,8 +19,8 @@ #include "fs_S.h" kern_return_t -diskfs_S_file_notice_changes (struct protid *cred, - mach_port_t notify) +diskfs_S_file_notice_changes (struct protid *cred __attribute__ ((unused)), + mach_port_t notify __attribute__ ((unused))) { return EOPNOTSUPP; } -- cgit v1.2.3