From: David van Moolenbroek Date: Mon, 31 Aug 2015 11:24:21 +0000 (+0000) Subject: VFS: resolve noassert warning X-Git-Url: http://zhaoyanbai.com/repos/dnssec-verify.html?a=commitdiff_plain;h=refs%2Fchanges%2F66%2F3066%2F1;p=minix.git VFS: resolve noassert warning Change-Id: I647f5a7b3c2935be3df032873705be83de9aaffb --- diff --git a/minix/servers/vfs/pipe.c b/minix/servers/vfs/pipe.c index 860c09dd4..807bc070c 100644 --- a/minix/servers/vfs/pipe.c +++ b/minix/servers/vfs/pipe.c @@ -324,10 +324,7 @@ void wait_for(endpoint_t who) /*===========================================================================* * pipe_suspend * *===========================================================================*/ -void pipe_suspend(filp, buf, size) -struct filp *filp; -vir_bytes buf; -size_t size; +void pipe_suspend(struct filp * __unused filp, vir_bytes buf, size_t size) { /* Take measures to suspend the processing of the present system call. * Store the parameters to be used upon resuming in the process table.