fixed sun pro warnings

This commit is contained in:
Jeff Hill
2001-05-23 01:23:23 +00:00
parent 4a5067b8a6
commit 6fbf031e75
8 changed files with 20 additions and 21 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ tcpRecvWatchdog::~tcpRecvWatchdog ()
delete & this->timer;
}
epicsTimerNotify::expireStatus tcpRecvWatchdog::expire ( const epicsTime & currentTime )
epicsTimerNotify::expireStatus tcpRecvWatchdog::expire ( const epicsTime & /* currentTime */ )
{
if ( this->responsePending ) {
this->cancel ();