Fixed warnings for HP-UX.

This commit is contained in:
Ralph Lange
2005-11-04 14:20:12 +00:00
parent 81df05f19d
commit 22be6c91e1
6 changed files with 20 additions and 20 deletions

View File

@@ -63,7 +63,7 @@ void disconnectGovernorTimer::shutdown (
}
epicsTimerNotify::expireStatus disconnectGovernorTimer::expire (
const epicsTime & currentTime ) // X aCC 361
const epicsTime & ) // X aCC 361
{
epicsGuard < epicsMutex > guard ( this->mutex );
while ( nciu * pChan = chanList.get () ) {