mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Eliminate warnings in FairLink and FairMQ Plugins.
This commit is contained in:
committed by
Mohammad Al-Turany
parent
f6365d013e
commit
2db114bc5c
@@ -22,7 +22,7 @@
|
||||
// template function that takes any device
|
||||
// and runs a simple MQ state machine configured from a JSON file and/or a plugin.
|
||||
template<typename TMQDevice>
|
||||
inline int runStateMachine(TMQDevice& device, FairMQProgOptions& cfg)
|
||||
int runStateMachine(TMQDevice& device, FairMQProgOptions& cfg)
|
||||
{
|
||||
std::string config = cfg.GetValue<std::string>("config");
|
||||
std::string control = cfg.GetValue<std::string>("control");
|
||||
|
Reference in New Issue
Block a user