mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Fix warnings
This commit is contained in:
committed by
Mohammad Al-Turany
parent
e5c4ad31c7
commit
4e2a195289
@@ -795,7 +795,7 @@ shared_ptr<FairMQTransportFactory> FairMQDevice::AddTransport(const string& tran
|
||||
|
||||
FairMQMessagePtr msg(tr->CreateMessage());
|
||||
|
||||
return move(tr);
|
||||
return tr;
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -834,7 +834,7 @@ unique_ptr<FairMQTransportFactory> FairMQDevice::MakeTransport(const string& tra
|
||||
return tr;
|
||||
}
|
||||
|
||||
return move(tr);
|
||||
return tr;
|
||||
}
|
||||
|
||||
void FairMQDevice::CreateOwnConfig()
|
||||
|
Reference in New Issue
Block a user