From 1de0a6c42dbd5536363618330cba067b58823ce3 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Wed, 7 May 2003 12:54:12 +0000 Subject: [PATCH] Fixed HP-UX (aCC) compiler warnings --- src/ca/tcpiiu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ca/tcpiiu.cpp b/src/ca/tcpiiu.cpp index cc546ee53..979c953ca 100644 --- a/src/ca/tcpiiu.cpp +++ b/src/ca/tcpiiu.cpp @@ -643,8 +643,8 @@ void tcpiiu::disconnectNotify ( epicsGuard < cacMutex > & ) this->sendThreadFlushEvent.signal (); } -void tcpiiu::initiateAbortShutdown ( epicsGuard < callbackMutex > & cbGuard, // X aCC 431 - epicsGuard < cacMutex > & guard ) +void tcpiiu::initiateAbortShutdown ( epicsGuard < callbackMutex > &, + epicsGuard < cacMutex > & ) { if ( ! this->discardingPendingData ) { // force abortive shutdown sequence