Fixed warnings for HP-UX.

This commit is contained in:
Ralph Lange
2005-11-04 14:51:16 +00:00
parent aa84e0a6b0
commit 879d1a95bb
3 changed files with 5 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ void dbChannelIO::destructor ( epicsGuard < epicsMutex > & guard )
}
void dbChannelIO::destroy (
epicsGuard < epicsMutex > & callbackControlGuard,
epicsGuard < epicsMutex > &,
epicsGuard < epicsMutex > & mutualExclusionGuard )
{
mutualExclusionGuard.assertIdenticalMutex ( this->mutex );
@@ -133,7 +133,7 @@ void dbChannelIO::subscribe (
}
void dbChannelIO::ioCancel (
epicsGuard < epicsMutex > & callbackControlGuard,
epicsGuard < epicsMutex > &,
epicsGuard < epicsMutex > & mutualExclusionGuard,
const ioid & id )
{