supress sun pro warning

This commit is contained in:
Jeff Hill
2002-03-28 15:39:45 +00:00
parent e69ce4243f
commit 4d69746bdd

View File

@@ -39,7 +39,7 @@ void tcpKillTimer::initialize ()
this->timer.start ( *this, 0.0 );
}
epicsTimerNotify::expireStatus tcpKillTimer::expire ( const epicsTime & currentTime )
epicsTimerNotify::expireStatus tcpKillTimer::expire ( const epicsTime & /* currentTime */ )
{
this->clientCtx.uninstallIIU ( this->iiu );
return noRestart;