From 2c5abf114dafa9c02430bbd64979ba1fc40b371c Mon Sep 17 00:00:00 2001 From: mrkraimer Date: Wed, 21 Feb 2018 06:59:05 -0500 Subject: [PATCH] remove volatile from firstTime --- src/ca/caChannel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ca/caChannel.h b/src/ca/caChannel.h index 98e6b1b..ad3986e 100644 --- a/src/ca/caChannel.h +++ b/src/ca/caChannel.h @@ -197,7 +197,7 @@ private: CAChannelPtr channel; ChannelGetRequester::weak_pointer channelGetRequester; const epics::pvData::PVStructure::shared_pointer pvRequest; - volatile bool firstTime; + bool firstTime; chtype getType; epics::pvData::PVCopyPtr pvCopy; @@ -332,7 +332,7 @@ private: bool isStarted; chtype getType; - volatile bool firstTime; + bool firstTime; epics::pvData::PVCopyPtr pvCopy; epics::pvData::PVStructure::shared_pointer pvStructure; epics::pvData::MonitorElementPtr activeElement;