fixed sun pro warnings

This commit is contained in:
Jeff Hill
2001-07-16 16:59:37 +00:00
parent 13f8bc14ec
commit e095b7feba
4 changed files with 10 additions and 5 deletions

View File

@@ -33,7 +33,8 @@ repeaterSubscribeTimer::~repeaterSubscribeTimer ()
this->timer.destroy ();
}
epicsTimerNotify::expireStatus repeaterSubscribeTimer::expire ( const epicsTime & currentTime )
epicsTimerNotify::expireStatus repeaterSubscribeTimer::
expire ( const epicsTime & /* currentTime */ )
{
static const unsigned nTriesToMsg = 50;
if ( this->attempts > nTriesToMsg && ! this->once ) {