fixed gnu warning

This commit is contained in:
Jeff Hill
2002-09-20 17:23:19 +00:00
parent 5fab011222
commit a37ff40ce8

View File

@@ -31,7 +31,7 @@
tcpRecvWatchdog::tcpRecvWatchdog
( cac & cacIn, tcpiiu & iiuIn, double periodIn, epicsTimerQueue & queueIn ) :
period ( periodIn ), timer ( queueIn.createTimer () ),
cacRef ( cacIn ), iiu ( iiuIn ), responsePending ( false ),
iiu ( iiuIn ), cacRef ( cacIn ), responsePending ( false ),
beaconAnomaly ( true )
{
}