]> Zhao Yanbai Git Server - minix.git/commitdiff
VFS: resolve noassert warning 66/3066/1
authorDavid van Moolenbroek <david@minix3.org>
Mon, 31 Aug 2015 11:24:21 +0000 (11:24 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Mon, 31 Aug 2015 12:55:43 +0000 (12:55 +0000)
Change-Id: I647f5a7b3c2935be3df032873705be83de9aaffb

minix/servers/vfs/pipe.c

index 860c09dd47ca311b90bfae5ff524b411bc97ff5d..807bc070c08fabbfbe2fac3f6591cb61164cbceb 100644 (file)
@@ -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.