From 8b3894731be555b50b67eaf20574e7b1544a31d0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 30 May 2010 10:18:41 +0000 Subject: [PATCH] =?UTF-8?q?2010-05-30=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libfs/src/nfsclient/src/rpcio.c: Warning removal. --- cpukit/libfs/src/nfsclient/src/rpcio.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/libfs/src/nfsclient/src/rpcio.c b/cpukit/libfs/src/nfsclient/src/rpcio.c index cf51a8bf3e..d462774558 100644 --- a/cpukit/libfs/src/nfsclient/src/rpcio.c +++ b/cpukit/libfs/src/nfsclient/src/rpcio.c @@ -391,8 +391,10 @@ static rtems_id rpciod = 0; /* task id of the RPC daemon */ static rtems_id msgQ = 0; /* message queue where the daemon picks up * requests */ +#ifndef NDEBUG static rtems_id llock = 0; /* MUTEX protecting the server list */ static rtems_id hlock = 0; /* MUTEX protecting the hash table and the list of servers */ +#endif static rtems_id fini = 0; /* a synchronization semaphore we use during * module cleanup / driver unloading */