From a37ff40ce8572e51f6f991f4575cffaae00a7c02 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 20 Sep 2002 17:23:19 +0000 Subject: [PATCH] fixed gnu warning --- src/ca/tcpRecvWatchdog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/tcpRecvWatchdog.cpp b/src/ca/tcpRecvWatchdog.cpp index a879d00d4..a47a30ed3 100644 --- a/src/ca/tcpRecvWatchdog.cpp +++ b/src/ca/tcpRecvWatchdog.cpp @@ -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 ) { }