Static analysis of epics base during the Codathon at Diamond.
This commit is contained in:
@@ -864,7 +864,7 @@ void CAChannelMonitor::activate()
|
||||
if (pvOptions) {
|
||||
PVStringPtr pvString = pvOptions->getSubField<PVString>("queueSize");
|
||||
if (pvString) {
|
||||
int size;
|
||||
int size=0;
|
||||
std::stringstream ss;
|
||||
ss << pvString->get();
|
||||
ss >> size;
|
||||
|
||||
Reference in New Issue
Block a user